controller.quorum.retry.backoff.ms — Kafka Broker Configuration
The amount of time to wait before attempting to retry a failed request to a given topic partition. This avoids repeatedly sending requests in a tight loop under some failure scenarios.
Description
The amount of time to wait before attempting to retry a failed request to a given topic partition. This avoids repeatedly sending requests in a tight loop under some failure scenarios. This value is the initial backoff value and will increase exponentially for each failed request, up to the retry.backoff.max.ms value.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.0 | 20 |
| 3.1 | 20 |
| 3.2 | 20 |
| 3.3 | 20 |
| 3.4 | 20 |
| 3.5 | 20 |
| 3.6 | 20 |
| 3.7 | 20 |
| 3.8 | 20 |
| 3.9 | 20 |
| 4.0 | 20 |
| 4.1 | 20 |
| 4.2 | 20 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.