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

Fetch consumerGroupMetaData less often #1464

Merged
merged 26 commits into from
Feb 17, 2025
Merged

Conversation

vermas7988
Copy link
Contributor

@vermas7988 vermas7988 commented Feb 12, 2025

The consumer group metadata only changes after a rebalance, yet currently we retrieve it after every poll. This change only fetches the consumer group metadata after a rebalance.

Fixes #1431.

@CLAassistant
Copy link

CLAassistant commented Feb 12, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@erikvanoosten erikvanoosten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!
Unfortunately, it does not solve #1431 at all.

Was this PR generated with AI?

Copy link
Collaborator

@erikvanoosten erikvanoosten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, we're almost there!

@erikvanoosten erikvanoosten changed the title fixes #1431 Fetch consumerGroupMetaData less often Fetch consumerGroupMetaData less often Feb 17, 2025
Copy link
Collaborator

@erikvanoosten erikvanoosten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @vermas7988! You made a significant change in a very complex codebase 🙂

@erikvanoosten erikvanoosten merged commit a51fbae into zio:master Feb 17, 2025
13 checks passed
erikvanoosten added a commit that referenced this pull request Feb 23, 2025
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.

Fetch consumerGroupMetaData less often
4 participants