group.consumer.max.size — Kafka Broker Configuration
The maximum number of consumers that a single consumer group can accommodate. This value will only impact the new consumer coordinator.
Description
The maximum number of consumers that a single consumer group can accommodate. This value will only impact the new consumer coordinator. To configure the classic consumer coordinator check group.max.size instead.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.7 | 2147483647 |
| 3.8 | 2147483647 |
| 3.9 | 2147483647 |
| 4.0 | 2147483647 |
| 4.1 | 2147483647 |
| 4.2 | 2147483647 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.