[
https://issues.apache.org/jira/browse/MINIFICPP-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1661:
------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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: Bug
> Affects Versions: 0.9.0, 0.10.0
> Reporter: Marton Szasz
> Assignee: Marton Szasz
> Priority: Minor
> Fix For: 0.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)