rebalance.max.retries — Kafka Consumer Configuration
When a new consumer joins a consumer group the set of consumers attempt to “rebalance” the load to assign partitions to each consumer. If the set of consumers changes while this assignment is taking place the rebalance will fail and retry.
Description
When a new consumer joins a consumer group the set of consumers attempt to “rebalance” the load to assign partitions to each consumer. If the set of consumers changes while this assignment is taking place the rebalance will fail and retry. This setting controls the maximum number of attempts before giving up.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | 4 |
| 0.8.1 | 4 |
| 0.8.2 | 4 |
| 0.9.0 | 4 |
| 0.10.0 | 4 |
| 0.10.1 | 4 |
| 0.10.2 | 4 |
| 0.11.0 | 4 |
| 1.0 | 4 |
| 1.1 | 4 |
| 2.0 | 4 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.