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

[LI-CHERRY-PICK] KAFKA-13636: Fix for the group coordinator issue where the offsets are deleted for unstable groups (#11742) #488

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

lmr3796
Copy link

@lmr3796 lmr3796 commented Oct 30, 2023

This patch ensures that the committed offsets are not expired while the group is rebalancing. The issue is that we can't rely on the subscribed topics if the group is not stable.

Reviewers: David Jacot [email protected]

prince-mahajan and others added 2 commits October 30, 2023 09:33
…re the offsets are deleted for unstable groups (apache#11742)

This patch ensures that the committed offsets are not expired while the group is rebalancing. The issue is that we can't rely on the subscribed topics if the group is not stable.

Reviewers: David Jacot <[email protected]>
Copy link

@groelofs groelofs left a comment

Choose a reason for hiding this comment

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

Seems good to have, thanks!

@lmr3796 lmr3796 merged commit 5e42ac1 into 3.0-li Oct 31, 2023
25 checks passed
@lmr3796 lmr3796 deleted the tlin-patch4 branch October 31, 2023 18:33
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.

3 participants