-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListGroups, DescribeGroups support (for ConsumerOffsetChecker type tool) #223
Comments
@ssikdar1 That message is a bit misleading. This should work fine for non-Java clients that use the new consumer protocol. In that error message it says "Java consumer API" to contrast with the old Scala API. It's tough to come up with better wording because the way we call the new APIs the "new consumer" isn't really meaningful to folks that are newer to Kafka. |
Awesome thanks! I'm still curious about the second part of the question, is this also possible with a python script using the confluent-kafka module? |
Not at the moment. In the Java API an public, supported AdminClient was recently added. We would like to add the equivalent to librdkafka and the various wrappers but we don't have a timeline for it yet. |
Is there an update on the progress of being able to list all consumer groups? |
The |
Any news about this ticket? |
I've implemented |
BTW, I can't find AdminClient.list_groups in documentation. |
Hey I was wondering if there was any way either in the the kafka tools or a script with the confluent kafka python module to:
When trying to run these commands for ./kafka-consumer-groups.sh it looks like they only work for Java consumers only:
$ ./kafka-consumer-groups.sh --new-consumer --bootstrap-server XXXX:6667 --describe --group 729a8c43-fd73-4fe6-b8e0-b0d73096f30f
Note: This will only show information about consumers that use the Java consumer API (non-ZooKeeper-based consumers).
./kafka-consumer-groups.sh --new-consumer --bootstrap-server xxxx:6667 --list
Note: This will only show information about consumers that use the Java consumer API (non-ZooKeeper-based consumers).
logstash
...
Thanks,
Shan
The text was updated successfully, but these errors were encountered: