Re: More partitions than consumers

2014-08-26 Thread Vetle Leinonen-Roeim
Exactly what I'm looking for. Thanks! :) On 26.08.14 19:08, Gwen Shapira wrote: I hope this helps: https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example "if you have more partitions than you have threads, some threads will receive data from multiple partitions" On Tue, Aug

Re: More partitions than consumers

2014-08-26 Thread Gwen Shapira
I hope this helps: https://cwiki.apache.org/confluence/display/KAFKA/Consumer+Group+Example "if you have more partitions than you have threads, some threads will receive data from multiple partitions" On Tue, Aug 26, 2014 at 10:00 AM, Vetle Leinonen-Roeim wrote: > Hi, > > As far as I can see, t