queue.buffering.max.ms — Kafka Producer Configuration
Maximum time to buffer data when using async mode. For example a setting of 100 will try to batch together 100ms of messages to send at once.
Description
Maximum time to buffer data when using async mode. For example a setting of 100 will try to batch together 100ms of messages to send at once. This will improve throughput but adds message delivery latency due to the buffering.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | 5000 |
| 0.8.1 | 5000 |
| 0.8.2 | 5000 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.