replica.fetch.wait.max.ms — Kafka Broker Configuration
The maximum wait time for each fetcher request issued by follower replicas. This value should always be less than the replica.
Description
The maximum wait time for each fetcher request issued by follower replicas. This value should always be less than the replica.lag.time.max.ms at all times to prevent frequent shrinking of ISR for low throughput topics
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | 500 |
| 0.8.1 | 500 |
| 0.8.2 | 500 |
| 0.9.0 | 500 |
| 0.10.0 | 500 |
| 0.10.1 | 500 |
| 0.10.2 | 500 |
| 0.11.0 | 500 |
| 1.0 | 500 |
| 1.1 | 500 |
| 2.0 | 500 |
| 2.1 | 500 |
| 2.2 | 500 |
| 2.3 | 500 |
| 2.4 | 500 |
| 2.5 | 500 |
| 2.6 | 500 |
| 2.7 | 500 |
| 2.8 | 500 |
| 3.0 | 500 |
| 3.1 | 500 |
| 3.2 | 500 |
| 3.3 | 500 |
| 3.4 | 500 |
| 3.5 | 500 |
| 3.6 | 500 |
| 3.7 | 500 |
| 3.8 | 500 |
| 3.9 | 500 |
| 4.0 | 500 |
| 4.1 | 500 |
| 4.2 | 500 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.