question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kafka-manager shows deleted consumers

See original GitHub issue

When 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:open
  • Created 5 years ago
  • Reactions:3
  • Comments:10

github_iconTop GitHub Comments

8reactions
echooymxqcommented, Jun 25, 2019

today, i also meet it.

1reaction
tenpin22commented, Apr 9, 2019

We ran into the same issue and very misleading when you see consumers that are no longer real.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found