Skip to content
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

Bugfix: Always set this_groups_coordinator_id #1650

Merged
merged 1 commit into from
Nov 19, 2018

Conversation

jeffwidman
Copy link
Collaborator

@jeffwidman jeffwidman commented Nov 19, 2018

Bugfix of something I missed in #1642

Hat tip to @ulrikjohansson for noticing this.


This change is Reviewable

@jeffwidman jeffwidman merged commit 8924350 into master Nov 19, 2018
@jeffwidman jeffwidman deleted the fix-describe-groups-take-2 branch November 19, 2018 19:08
jeffwidman referenced this pull request Nov 19, 2018
This was completely broken previously because it didn't lookup the group
coordinator of the consumer group. Also added basic error
handling/raising.

Note:
I added the `group_coordinator_id` as an optional kwarg. As best I
can tell, the Java client doesn't include this and instead looks it up
every time. However, if we add this, it allows the caller the
flexibility to bypass the network round trip of the lookup if for some
reason they already know the `group_coordinator_id`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant