AndrewJSchofield opened a new pull request, #19142: URL: https://github.com/apache/kafka/pull/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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org