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.

Manage new consumer type (kafka 0.10.x)

See original GitHub issue

Hi,

Kafka >0.10.x introduce a new consumer type. No problem with Kafdrop, except that you no longer see the owner. We can see the new consumer type with this command:

./kafka-consumer-groups.sh --new-consumer --describe --group MYGROUP --bootstrap-server localhost:9092

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
marcosArrudacommented, Jun 29, 2017

Guys, thats a very nice application you have. I’m thinking about migrating it to gradle(latest version) and putting kafka 0.10 to work. I have some ideas on some features to add too 😃.

Here we are using kafka 0.10.x And 0.11 will be released soon.

1reaction
michael-prattcommented, Jun 22, 2017

Kafdrop is still using Kafka 0.8, so it still has no way to discover the new non-ZK based consumer types. We hope to upgrade to Kafka 0.10 later this year, at which point Kafdrop will be compatible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kafka 0.10.2 Documentation
Topics in Kafka are always multi-subscriber; that is, a topic can have zero, one, or many consumers that subscribe to the data written...
Read more >
Confluent Platform 3.2.2 Release Notes
This is a minor release of the Confluent Platform that provides Confluent users with Apache Kafka 0.10.2.0, the latest stable version of Kafka....
Read more >
20 best practices for Apache Kafka at scale | New Relic
Apache Kafka simplifies working with data streams, but it might get complex at scale. Learn best practices to help simplify that complexity.
Read more >
What's new in version 3.0 - IBM
The default isolation.level configuration of the KafkaConsumer operator is incompatible with Kafka broker version 0.10.x. When connecting with Kafka 0.10.x, ...
Read more >
Documentation - Kafka 中文文档 - ApacheCN
Kafka clusters can now be uniquely identified by a cluster id. It will be automatically generated when a broker is upgraded to 0.10.1.0....
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