controller.quorum.request.timeout.ms — Kafka Broker Configuration
The configuration controls the maximum amount of time the client will wait for the response of a request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if retries are exhausted.
Description
The configuration controls the maximum amount of time the client will wait for the response of a request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if retries are exhausted.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.0 | 2000 (2 seconds) |
| 3.1 | 2000 (2 seconds) |
| 3.2 | 2000 (2 seconds) |
| 3.3 | 2000 (2 seconds) |
| 3.4 | 2000 (2 seconds) |
| 3.5 | 2000 (2 seconds) |
| 3.6 | 2000 (2 seconds) |
| 3.7 | 2000 (2 seconds) |
| 3.8 | 2000 (2 seconds) |
| 3.9 | 2000 (2 seconds) |
| 4.0 | 2000 (2 seconds) |
| 4.1 | 2000 (2 seconds) |
| 4.2 | 2000 (2 seconds) |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.