Let’s say I have a Consumer Group that consumes from:
Topic a with 3 partitionsTopic b with 2 partitions
There are a total of 2 topics and 6 partitions.
If I assign 3 consumers to the group, will the third one be idle - with the default assignment strategy, since there’s only 2 topics?