-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
YSQL not support cluster connections? #3156
Comments
hi @sain801028 The YSQL driver is not cluster aware. For now, there are several ways:
does that satisfy your question ? |
I have a question does it matter? |
All nodes will satisfy every query. |
Hi @sain801028 @ddorian - We are working on a clustered driver here: https://github.com/yugabyte/jdbc-yugabytedb Please let us know if this is of interest, we would love to work with you if you are up to testing it out. |
Does YSQL not support cluster connections?
I can't find it in the official example
https://docs.yugabyte.com/latest/quick-start/build-apps/go/ysql-pq/#create-the-application
What if there is a problem with the connection?
Will YSQL give a new master?
I hope that when something goes wrong, YSQL can automatically return me new master
Please let me know if I have a wrong idea.
The text was updated successfully, but these errors were encountered: