I have 100 topics with one partition each. I have 10 instance of consumer with the Same consumer group id and I'm using subscribe using pattern. I observe that all the topic partitions are assigned to the same consumer and others are starving. It is not distributed. I was expecting that rebalance would kick-in and the different topic partitions would be assigned to different consumer instances. Can anyone confirm if this is expected behavior.
Thanks, Sunil