kafka/tools/src
Andrew Schofield 278a93c45d
KAFKA-18901: [1/N] Improved homogeneous SimpleAssignor (#19142)
The current homogeneous SimpleAssignor for share groups is not very good
at revoking partitions which have previously been assigned when the
number of members increases. This PR improves the situation.

It also fixes the sorting of assignments in `kafka-consumer-groups.sh`
and `kafka-share-groups.sh` so that it sorts partition indices
numerically instead of alphabetically. It also adds the missing number
of partitions column for share groups.
2025-03-11 10:08:31 +00:00
..
main/java/org/apache/kafka/tools KAFKA-18901: [1/N] Improved homogeneous SimpleAssignor (#19142) 2025-03-11 10:08:31 +00:00
test KAFKA-18901: [1/N] Improved homogeneous SimpleAssignor (#19142) 2025-03-11 10:08:31 +00:00