I'm using Zen Discovery
module to connect all nodes together, but when I want to add a new node to the cluster, I have to change every node's discovery.zen.ping.unicast
config to add the new node's ip, and then restart all nodes.
When the cluster's nodes grow up to a big number, it's impossible to do this manually, what should I do?