Manage new consumer type (kafka 0.10.x)
See original GitHub issueHi,
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:
- Created 7 years ago
- Reactions:2
- Comments:10 (2 by maintainers)
Top 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 >
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 Free
Top 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
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.
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.