wvanbergen / kafka

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

when cg close, it should commit the offset before quit #86

Open lovestorm88 opened 8 years ago

lovestorm88 commented 8 years ago

when cg close, it should commit the offset before quit

wvanbergen commented 8 years ago

It does: it will close all partition consumers, which in turn will commit their respective offsets to Zookeeper.

If this is not working for you, it's a bug, but I will need more information (code, stack traces, etc.) to investigate this.