timeout.ms — Kafka Producer Configuration
The configuration controls the maximum amount of time the server will wait for acknowledgments from followers to meet the acknowledgment requirements the producer has specified with the acks configuration. If the requested number of acknowledgments are not met when the timeout elapses an error will be returned.
Description
The configuration controls the maximum amount of time the server will wait for acknowledgments from followers to meet the acknowledgment requirements the producer has specified with the acks configuration. If the requested number of acknowledgments are not met when the timeout elapses an error will be returned. This timeout is measured on the server side and does not include the network latency of the request.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.1 | 30000 |
| 0.8.2 | 30000 |
| 0.9.0 | 30000 |
| 0.10.0 | 30000 |
| 0.10.1 | 30000 |
| 0.10.2 | 30000 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.