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
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
KAFKA_CONSUMER_BATCH_SIZE controls when the in-memory events are flushed to ES.
However some topics may have small throughput, not having their events flushed at all.
It would be nice to have a second parameter controlling a recurrent tick so the in-memory events are flushed even when they do not meet the batch size requirement
The text was updated successfully, but these errors were encountered:
KAFKA_CONSUMER_BATCH_SIZE controls when the in-memory events are flushed to ES.
However some topics may have small throughput, not having their events flushed at all.
It would be nice to have a second parameter controlling a recurrent tick so the in-memory events are flushed even when they do not meet the batch size requirement
The text was updated successfully, but these errors were encountered: