Hi
one more question I can't seem to find the answer for altough I have been searching quite a lot.
let say we have a storm cluster 1 nimbus server (with zookeeper) and 2 servers (supervisor + zookeeper on each server).
Now If I want to extend my cluster dynamically without shutting down the cluster by adding a new server (zookeeper/zeroMq/supervisor), how do I add the new server and let the nimbus know about it.
on the initial setup (1 nimbus + 2 servers) the config file (storm.yaml) contains the IP address of each server but I don't understand when adding a new server how to reconfigure the files and tell the nimbus to start monitoring them?
Or maybe I don't need to reconfigure the storm.yaml on each initial server, but when I set up a new server and point the "initial" server IP addresses in the storm.yaml the new node will automatically let itself know? and when I run the rebalance command the topologies will get rebalance?
It would be great to have a documentation on the wiki to explain the process and explain or not if we need to shut down the cluster or not when adding new server to the cluster
Thank you,