]
Steven Hawkins commented on TEIID-3838:
---------------------------------------
Many drivers have this support built-in. Also EAP provides ha-* JDBC datasources. Are
there non-JDBC sources that you would want this behavior for?
Provide fail over capability to the data source
-----------------------------------------------
Key: TEIID-3838
URL:
https://issues.jboss.org/browse/TEIID-3838
Project: Teiid
Issue Type: Feature Request
Components: Server
Reporter: Van Halbert
Assignee: Steven Hawkins
Provide fail over capability to the data source.
Here's what's being envisioned:
- similar to multi-source option, assign multiple data sources
- assign a specific order of reading
- only access 1 data source as part of a user query
- if the primary data source is down, go down the line in order, to the next available
data source