Yes, in the zk.connect string just use a comma separated list of hosts, such as:
zk.connect: host1:2181,host2:2181 On Thu, Feb 16, 2012 at 4:48 PM, Sybrandy, Casey <casey.sybra...@six3systems.com> wrote: > Hello again, > > Is it possible to configure Kafka to use multiple zookeeper nodes so that if > one fails for some reason, it can switch to a different node? > > Casey