-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[How to access the cluster ? ] #279
Comments
Any client can connect to any node. We currently run the cluster behind an Nginx proxy which load balances connections (round-robin):
Keep in mind that there are some bugs in the cluster. We are actively working on it now. |
Thank you. I mean that can client establish websocket to any node of cluster ? Because according to raft protocol, it seems like only can request to the leader node to make changes |
Yes. |
So, the leader node is only use to maintain the Ping status ? |
Correct. The leader node is only for maintaining consistency of the cluster. |
Thank you very much. |
How to access the cluster ? Only accessing to the leader node or accessing to any node of the cluster ? Which is the right way. Thank you.
The text was updated successfully, but these errors were encountered: