wvanbergen / kafka

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

Trouble reliably reusing consumer group names across topics #122

Open mcandre opened 6 years ago

mcandre commented 6 years ago

When the same identifier for Kafka group is used to consume different topics, sometimes the wvanbergen client receives 0 messages.

As a workaround, users can explicitly prefix each group name with <topic>-, but ideally this would be fixed by the client library itself.

wvanbergen commented 6 years ago

I am not actively working on this library anymore, so it's unlikely that I will look into this issue in the foreseeable future.