wvanbergen / kafka-consumer

High-level Ruby consumer for Kafka.
MIT License
12 stars 10 forks source link

Consumers can claim 0 partitions without crashing #7

Open yarmiganosca opened 8 years ago

yarmiganosca commented 8 years ago

While having more consumers than partitions isn't ideal, it shouldn't cause consumers to crash. Currently having more consumers than partitions causes at least one (sometimes more) consumers to crash.