-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consumer group: bugfix cooperative rebalancing losing offset fetches
An immediate rebalance can kill offset fetching but keep assignments, and when the rebalance completes, the client does not continue fetching offsets from prior assignments that the group member still has. This commit fixes that by persisting a bit of state across rebalances for the cooperative consumer. See the embedded comments for more details. Closes #98.
- Loading branch information
Showing
1 changed file
with
97 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters