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
in_kafka: increase the poll-timeout if we run in own own thread
having 1ms timeout might make sense if the input plugin is
running in the main thread (not introducing delay for others).
but if we run in our very own thread then we should not over-
ride the fetch.wait.max.ms configuration value from the
kafka-consumer.
this in conjuntion with using autocommit again boosts the
throuhput significantly.
Signed-off-by: CoreidCC <[email protected]>
0 commit comments