I am currently working with replicated servers in the same machine..for instance I am now working with 3 servers ...Now I want to add 2 more server ...How to add it dynamically this is my zoo.cfg file
tickTime=2000
dataDir=F:\zookeeper
clientPort=2182
initLimit=5
syncLimit=2
server.1=localhost:2888:3888
server.2=localhost:2889:3889
server.3=localhost:2890:3890
Now I want to add two more servers dynamically