Cmak: How to delete consumer group (using new consumer API) in kafka manger?

Created on 5 Jan 2017  Â·  9Comments  Â·  Source: yahoo/CMAK

As we know, kafka 0.10.x store consumer's offset in a topic. We can't delete a group id in kafka manager by remove the node in zookeeper. However, I have a deprecated consumer group but the topic it consumerd from is still useful. We can see the lag of the consumer group is keep growing. Are there some method to work this out?

Most helpful comment

There's no need to delete group metadata for the new consumer as the group is deleted when the last committed offset for that group expires.

All 9 comments

you can disabled the kafka manager, and enable it.

good question。

an option to delete or reset a consumer group would be great

Did anybody solved this problem?i met the same question that i can see the deleted consumer group in Kafka 0.9

Any news by chance?

@geez

No. This api just make Burrow not check the lag of that group. It doesn't remove that group from kafka broker.

There's no need to delete group metadata for the new consumer as the group is deleted when the last committed offset for that group expires.

@deric The consumer group can be automatically deleted?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BDeus picture BDeus  Â·  5Comments

koldrid picture koldrid  Â·  3Comments

felipegs picture felipegs  Â·  7Comments

Angryrou picture Angryrou  Â·  4Comments

lm884612 picture lm884612  Â·  3Comments