-
-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve balance in the RoundRobinAssigner.
The RoundRobinAssigner now use the same round robin to assign partitions across all topics. Previously the RoundRobinAssigner would round robin partitions within each topic. If the consumer was subscribed to many topics with a single partition, this would lead to a situation in which all partitions of all topics were consumed by a single consumer.
- Loading branch information
Ben Maraney
committed
Feb 4, 2020
1 parent
7fc1a14
commit 8f1d80b
Showing
2 changed files
with
22 additions
and
19 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