-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdbc: support cluster client as the transport #199
Comments
I guess this should be simpler now, after #163. |
Agreed. Because a Tarantool client is behind a SQLConnection, we need to elaborate on how a user can pass an initial set of Tarantool instances as well as parameters specific to the cluster config such as discovery function or discovery delay. |
I think we should allow to pass all parameters (as usual as well as cluster ones) via properties and URI both. |
To support fail-over capabilities and node discovery mechanism, SQLConnection uses TarantoolClusterClient under the hood. Closes: #199
To support fail-over capabilities and node discovery mechanism, SQLConnection uses TarantoolClusterClient under the hood. Closes: #199
To support fail-over capabilities and node discovery mechanism, SQLConnection uses TarantoolClusterClient under the hood. Closes: #199
To support fail-over capabilities and node discovery mechanism, SQLConnection uses TarantoolClusterClient under the hood. Closes: #199
No description provided.
The text was updated successfully, but these errors were encountered: