forked from segmentio/kafka-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced top-level ConsumerGroup construct (segmentio#277)
This is a lower-level API that unlocks use cases such as consuming each assigned partition using a separate Reader or to overwrite offsets for a group. Refactored logic out of Reader and into ConsumerGroup so that Reader uses the ConsumerGroup when GroupID is set.
- Loading branch information
Steve van Loben Sels
authored
Aug 9, 2019
1 parent
18548e9
commit 11670d5
Showing
9 changed files
with
2,064 additions
and
1,271 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
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
Oops, something went wrong.