Kafka-manager shows deleted consumers
See original GitHub issueWhen I explicitly delete a console-consumer with the command below, it still shows up in Kafka-Manager. I think the list of consumers in Kafka-manager should match the output of ./kafka-consumer-groups.sh --list
./kafka-consumer-groups.sh --bootstrap-server $BROKERS --delete --group console-consumer-65634
Using version 1.3.3.18
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:10
Top Results From Across the Web
apache kafka - Cleanup consumer groups after topic deletion
I am facing an issue when deleting a topic with active consumers subscribed to it. After deleting the topic, some consumer groups keep...
Read more >Consumer Manager — Kafka-Utils 1.2.0 documentation
A consumer group can be deleted using the delete_group subcommand. ... A consumer group be unsubscribed from topics using the unsubscribe_topics subcommand. If...
Read more >Documentation - Apache Kafka
This is achieved by assigning the partitions in the topic to the consumers in the consumer group so that each partition is consumed...
Read more >kafka-consumer-groups | CDP Public Cloud
The kafka-consumer-groups tool can be used to list all consumer groups, describe a consumer group, delete consumer group info, or reset consumer group...
Read more >Increasing Consumer Lag
Consumer client metrics are pulled from the client application's MBean object kafka.consumer:type=consumer-fetch-manager-metrics,client-id=<client_id> .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
today, i also meet it.
We ran into the same issue and very misleading when you see consumers that are no longer real.