Marton Szasz created MINIFICPP-1661:
---------------------------------------
Summary: PublishKafka Queue Buffering Max Time should default to
5ms
Key: MINIFICPP-1661
URL: https://issues.apache.org/jira/browse/MINIFICPP-1661
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Marton Szasz
Assignee: Marton Szasz
Queue Buffering Max Time is translated to the "queue.buffering.max.ms" rdkafka
property, which defaults to 5 ms. Our default is 10 seconds. It's the time
librdkafka waits to fill up an internal buffer until it sends the batch to the
broker. So if minifi wants to send just a few messages, it has a 10 sec latency
by default.
The issue is about changing it to 5 milliseconds, the librdkafka default, also
a much more sane default.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)