Kafka Consumer Group

For the Kafka Consumer in the same consumer group, only one consumer in that group can consume a Kafka Partition

Therefore, the maximum parallelism of a group is the same as number of partitions of that topic, not the number of consumers.