eventmesh
eventmesh copied to clipboard
[Feature] Support JRaft service registration when automatic scaling up and down
Search before asking
- [X] I had searched in the issues and found no similar issues.
Feature Request
In the current implementation of JRaft meta plugin, if a new node is added to the cluster, users need to add the new node to the eventmesh.properties of the existing nodes before it can be added to the cluster.
Hopefully you can implement CliService in a sebsequent PR to support service registration when automatic scaling up and down of the cluster. Because the complete list of online nodes of the cluster cannot be maintained in real time.
After it's implemented, the newly added node can connect to any online node in the cluster. If connected to a follower, the current leader will be returned to new node by the follower.
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct *