Re: load-balancing consumers question

2013-08-28 Thread Michal Haris
Thanks Guozhang. On 22 August 2013 19:11, Guozhang Wang wrote: > Hello Michal, > > This FAQ entry may help you understanding the rebalance logic: > > > https://cwiki.apache.org/confluence/display/KAFKA/FAQ#FAQ-CanIpredicttheresultsoftheconsumerrebabalance%3F > > In a word, since we use a determ

Re: load-balancing consumers question

2013-08-22 Thread Guozhang Wang
Hello Michal, This FAQ entry may help you understanding the rebalance logic: https://cwiki.apache.org/confluence/display/KAFKA/FAQ#FAQ-CanIpredicttheresultsoftheconsumerrebabalance%3F In a word, since we use a deterministic range partition in rebalance, unevenly or customized partition assignmen

load-balancing consumers question

2013-08-22 Thread Michal Haris
Hi, is it possible or has anybody tried/needed to balance partitions between consumers unevenly or based on some custom function ? Ideally with Kafka 0.7 Michal Haris