conduktor.io ↗

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 VersionDefault Value
0.8.05000
0.8.15000
0.8.25000
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.