Batching configuration for the producer.
When lingerMs is greater than 0, messages are accumulated and sent in batches to reduce the number of requests to the broker.
lingerMs
Optional
Readonly
Maximum batch size in bytes per partition before triggering a flush.
16384 Copy
16384
Maximum time in milliseconds to wait before flushing a batch. Set to 0 for no lingering (immediate send).
0 Copy
0
Batching configuration for the producer.
When
lingerMsis greater than 0, messages are accumulated and sent in batches to reduce the number of requests to the broker.