Re: kafka replication blog

2013-02-07 Thread Jun Rao
We have fixed this issue in 0.8. Withreplication factor 1, if the producer doesn't care about partitioning by key, messages will be sent to partitions that are currently available. Thanks, Jun On Thu, Feb 7, 2013 at 3:11 PM, Michal Haris wrote: > Same here, summary was need as we have a fairly

Re: kafka replication blog

2013-02-07 Thread Vaibhav Puranik
Same here. Thanks a lot Jun. Regards, Vaibhav On Thu, Feb 7, 2013 at 10:38 AM, Felix GV wrote: > Thanks Jun! > > I hadn't been following the discussions regarding 0.8 and replication for a > little while and this was a great post to refresh my memory and get up to > speed on the current replica

Re: kafka replication blog

2013-02-07 Thread Felix GV
Thanks Jun! I hadn't been following the discussions regarding 0.8 and replication for a little while and this was a great post to refresh my memory and get up to speed on the current replication architecture's design. -- Felix On Tue, Feb 5, 2013 at 2:21 PM, Jun Rao wrote: > I just posted the

Re: kafka replication blog

2013-02-07 Thread Michal Haris
Same here, summary was need as we have a fairly large ecosystem of multiple 0.7.2 clusters and I am planning to test upgrade to 0.8. However, one thing creeping at the back of my mind regarding 0.8 is something i have spotted in one thread few weeks ago namely that the rebalance behaviour of produ