Kafka Version 2.4.1 Zookeeper 3.4.10
I am having trouble deleting a consumer group created by kafka streams application. Even though the application is down, but the group always report it as 'rebalancing' state. And kafka-consumer-groups doesn't allow me to delete it as it says 'The group is not empty'
Refer: Consumer group stuck in 'rebalancing' even though there are no consumers
Questions:
Where is consumer group information stored ? ( I tried zkcli.sh command and /consumers is empty)
Where does group coordinator store information related to consumer & its state
- Is there other commands which can be used to query the group information ( or any hack)
- Where are consumer group members stored ?