wvanbergen / kafka

Load-balancing, resuming Kafka consumer for go, backed by Zookeeper.
MIT License
373 stars 141 forks source link

how to disable rebalance? #100

Closed lovestorm88 closed 7 years ago

lovestorm88 commented 7 years ago

how to disable rebalance?

wvanbergen commented 7 years ago

This is not supported. There's not really a point in doing that; you may as well just use sarama directly to consumer all partitions in that case.