conduktor.io ↗

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 VersionDefault Value
0.8.130000
0.8.230000
0.9.030000
0.10.030000
0.10.130000
0.10.230000
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.