mirror of https://github.com/apache/kafka.git
This is actually fixing a difference between the old and the new assignor. Given the assignment ordering, the legacy assignor has a preference for range-style assignments built in, that is, assigning C1: 0_0, 1_0 C2: 0_1, 1_1 instead of C1: 0_0, 0_1 C2: 1_0, 1_1 We add tests to both assignors to check for this behavior, and improve the new assingor by enforcing corresponding orderings. Reviewers: Bill Bejeck <bill@confluent.io> |
||
---|---|---|
.. | ||
group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor | ||
src | ||
.gitignore |