You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
out_kafka: add support to force flush when shutdown. (fluent#5593)
When fluent-bit shutdown for out_kafka plugin with rdkafka.linger.ms and
rdkafka.batch.size and then we show the warn message and lose the message.
So, this patch fixes the issue of not flushing due to the rdkafka linger.ms
option.
The 'rd_kafka_flush' function is linger.ms time will be ignored for the
duration of the call, queued messages will be sent to the broker as soon as
possible.
Signed-off-by: jinyong.choi <[email protected]>
0 commit comments