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: map needs to be one block lower
topicOffsets is meant to track per-topic offsets when updating uncommitted. Thus, we want to have the maps existence be per-topic. The prior location had the map per fetch, and would reuse that map across all topics within a fetch.
- Loading branch information