wvanbergen / kafka

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

Consumer group not consuming from partitions -- Kafka v11 #119

Open arriqaaq opened 6 years ago

arriqaaq commented 6 years ago

Hey,

I just wanted to raise this issue for awareness sake. We use the latest version of Kafka, and your library has been working excellent for us for the past versions of kafka. In the newer version, sometimes even though the partition has an owner, the messages are not consumed from it. i tried restarting the program, assuming I was blocking on some error channel but still no avail. Would you say this is compatible with newer versions of kafka knowing sarama has no support for 0.11