-
Notifications
You must be signed in to change notification settings - Fork 801
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
Refactor Consumer Group to use Client #947
Refactor Consumer Group to use Client #947
Conversation
5b9359c
to
52863f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We discussed the PR during our team meeting today and agreed on making the following changes:
- base the change on the 0.4 branch since it contains minor modifications to the exported APIs (removed an unused field + change fields from
int32
toint
types) - explore passing a parent context to the methods of the
coordinator
interface - add the
AllowAutoTopicCreation
field to the top levelMetadataRequest
type so we don't need to bypass the abstraction layers
e72f2bd
to
74ce616
Compare
74ce616
to
306b660
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking ready to merge in my opinion 🙌
Hi @rhansen2 @achille-roussel, Thank you for working on this awsome library! Recently we've seen an issue on upgrading from v0.4.35 to v0.4.36. The issue went away after downgrad:
Do you think it might be ralted to this change? Should I create an issue for it with our env details + code? |
Could be related. Please open an issue and we'll take a look, thanks! |
Also seeing the same issue under a Strimzi cluster |
@moolitayer or @jhartzell Are either of you able to create an issue with a reproduction of the issues you're seeing? |
@moolitayer @jhartzell Thanks! |
This reverts commit ee37c7f.
No description provided.