Re: About kafka 0.8 producer auto detect broker

2013-01-15 Thread Neha Narkhede
> Can I guess that the auto detecting ability for producer is weakened in > Kafka 0.8? Why you get rid of zookeeper from producer in Kafka 0.8? In 0.8, we got rid of zookeeper from the producer and replaced its functionality with a metadata API. On startup and whenever a request fails, the produc

Re: About kafka 0.8 producer auto detect broker

2013-01-15 Thread Jun Rao
That's an experiment for a future release. The consumer logic in 0.8 is more or less the same as 0.7, ie, running in a decentralized way. Thanks, Jun On Tue, Jan 15, 2013 at 12:10 AM, gj1989lh wrote: > Hi, > How is the consumer rebalancing works? > In the design part of the official document,