You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: