queue.enqueue.timeout.ms — Kafka Producer Configuration
The amount of time to block before dropping messages when running in async mode and the buffer has reached queue.buffering.
Description
The amount of time to block before dropping messages when running in async mode and the buffer has reached queue.buffering.max.messages. If set to 0 events will be enqueued immediately or dropped if the queue is full (the producer send call will never block). If set to -1 the producer will block indefinitely and never willingly drop a send.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | -1 |
| 0.8.1 | -1 |
| 0.8.2 | -1 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.