Hi Guys, Could you please help on this query , I have a single Zk server (no resiliency)to which my 3 Kafka brokers are connecting to.
I would like to built a new 3 node ZK cluster/ Ensemble and shift my 3 Kafka brokers to target this new 3 node Ensemble. Now the question is how can I achieve this without Downtime? >From that Single node ZK server that currently all 3 Kafka brokers connect to would it need some kind of sync with these new 3 node ZK ensemble? Or it doesn't matter we take just directly switch the Kafka brokers to point to new 3 node Zk Ensemble when the ensemble is ready. Iam using Kafka 2.7.0 and zookeeper 3.5.8 Regards, Gaurav
