-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feature request] cluster config #4
Comments
Something like: https://github.com/oronsh/raftor/blob/master/Config.toml Every node needs to claim it's ip during the initialisation so we can check in code if it's If not, then this node should send join request to the discover node |
First of all, I have to admit that it is currently a library, not a server + client. Therefore, I plan to replace the operations on Enforcer with abstract traits, and in the end it may look like So there will be no |
@PsiACE It can be put into |
Currently refer to toshi, especially toshi-types, to separate Casbin-Raft and Casbin-OPs. The code is in the |
currently it's not clear how one node discover the others after initialisation a raft node.
We need a cluster config to be shared across nodes.
The text was updated successfully, but these errors were encountered: