Hello Dev, I am a little confused about the statement below in KIP-54 (StickyAssignor things):
* if a consumer A has 2+ fewer topic partitions assigned to it compared to another consumer B, none of the topic partitions assigned to B can be assigned to A. Is it a typo or do I misunderstand anything? Why partitions assigned to B cannot be reassigned to A in such a situation when A has fewer partitions than B? What're the thoughts under this design? Thanks.