Re: zookeeper loading

2013-05-14 Thread Neha Narkhede
No. The zookeeper client shuffles the list so that the load is distributed across all zk servers in the connection url. Thanks, Neha On Tue, May 14, 2013 at 9:12 AM, Dennis Haller wrote: > Hi, > > When the zk.connect property of the Kafka server is specified with a comma > separated host:port l

zookeeper loading

2013-05-14 Thread Dennis Haller
Hi, When the zk.connect property of the Kafka server is specified with a comma separated host:port list, such as "127.0.0.1:3000,127.0.0.1:3001, 127.0.0.1:3002"., does that mean that every ZK connection attempt goes to the first listed server if it exists? And does that represent a risk of driving