Consumer members do not own any partitions in consumer group

2015-04-24 Thread Bryan Baugher
Hi everyone, We are running Kafka 0.8.1.1 with Storm. We wrote our own spout which uses the high level consumer API. Our setup is to create 4 spouts per worker. If your not familiar with Storm its basically 4 kafka consumers per java process. This particular consumer group is interested in 20

Re: Consumer members do not own any partitions in consumer group

2015-04-24 Thread Bryan Baugher
Managed to figure this one out myself. This is due to the range partition assignment in 0.8.1.1 and the fact each of our topics has 8 partitions so only the first 8 consumers get assigned anything. Looks like 0.8.2.0 has a round robin assignment which is what we want. On Fri, Apr 24, 2015 at