I have 100 Kafka topics with one partition each. I have started 10 instance of consumer and they use the same consumer group id and i'm using subscribe by pattern. I noticed that all the topic partition is assigned to the same consumer and all other instances starve. I expected that rebalance would be triggered and all instance would get some topic partition. Can someone confirm if this is expected behavior.
Thanks, Sunil