Maximum number of consumers that can work on a kafka topic is equal to the partition number. The additional consumers will be idle, and won't do any job.For example with 4 partitions, if you add 6 consumers, 2 of the consumers will be idle, only 4 of them will consume data, each assigning to a single partition.