kafka
kafka copied to clipboard
when cg close, it should commit the offset before quit
when cg close, it should commit the offset before quit
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.