Re: Specify Multiple Zookeeper Hosts in Broker
Hello Tushar, From the documentation: Zookeeper also allows you to add a "chroot" path which will make all kafka data for this cluster appear under a particular path. This is a way to setup multiple Kafka clusters or other applications on the same zookeeper cluster. To do this give a connect
Specify Multiple Zookeeper Hosts in Broker
Good Morning, How do we specify multiple zookeeper host that in a cluster to Kafka Broker? "zookeeper.connect" takes only one host string. Thank you, Tushar