-
Notifications
You must be signed in to change notification settings - Fork 814
Client Describegroup returns empty Members #1147
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
Comments
Hello - I may need some further clarification but this seems to be working as intended. By the time you call If I run
versus when it's not running/consuming:
Is there some nuance I have missed? |
All I need is the list of topics and partitions that the consumer is subscribed to. Not necessarily the client members for the group. |
I see, so the output of |
Yes, exactly. The data is missing if there are no active consumers. I am not sure whether |
For example in sarama with admin client you can pass the second param But if I try to do the same with OffsetFetch it doesn't work. (returns an empty array) |
Yes, there's this issue filed for exactly that #1115 Do you think issue this can be considered a duplicate of that one? |
Sure I guess it makes sense to track it there, that one once fixed can cover my usecase. Closing this. |
@sansmoraxz - in case you weren't tracking it, the related issue #1115 was closed with a fix. I believe it now behaves as documented and should provide the functionality you needed. |
Sure thanks. Might I ask what is the expected release date for the version where it's supported? |
I'm not sure when the next formal release will occur - looks like they're typically once every 2-3 months - but in the meantime, I've confirmed using |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Describegroup returns empty Members
Kafka Version
To Reproduce
Use the
docker-compose.yml
available in this repoAnd the following code:
Expected Behavior
Members to return the topics and partions
Observed Behavior
Empty members array
Additional Context
The test cases for the file were not executing as can be checked here:
https://app.circleci.com/pipelines/github/segmentio/kafka-go/1338/workflows/17bcd2cd-208c-483e-9d8a-bee17559be36/jobs/14793/parallel-runs/0/steps/0-105
The text was updated successfully, but these errors were encountered: