Re: [0.8] producing a msg to two brokers...

2013-05-01 Thread Jun Rao
There is one leader per partition. For details on how to use the 0.8 api, please see http://kafka.apache.org/08/api.html Thanks, Jun On Wed, May 1, 2013 at 7:11 PM, Rob Withers wrote: > with topic auto-creation (and no previous topic) and a replication factor > of > 2 results in 4 partitions.

[0.8] producing a msg to two brokers...

2013-05-01 Thread Rob Withers
with topic auto-creation (and no previous topic) and a replication factor of 2 results in 4 partitions. They are numbered uniquely and sequentially, but there are two leaders? Is it so? Should we only write to one broker? Does it have to be the leader or will the producer get flipped by the zk?