Pil0tXia commented on PR #4862: URL: https://github.com/apache/eventmesh/pull/4862#issuecomment-2076369128
### Implemented JRaft Feature in this PR In the current implementation of this PR, 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 next 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org For additional commands, e-mail: issues-h...@eventmesh.apache.org