fluentd still buffers the old chunks even with below configuration where the usecase does not need any buffering #5061
shilpa87-khushi
started this conversation in
General
Replies: 1 comment
-
How about using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are using below configuration in fluentd with kafka output plugin
Usecase demands no buffering as in absence of any events to kafka consumer/server it should be detected as anomoly(or connection issue) and further actions will be set up based on this
currently with below configuration when kafka is down for even long time we are still getting data of previous days (not all of them but some in between events) once kafka is up .
Please help in configuring the right configuration for the above usecase where we do not need any persistancy .
requirement is no persistance, no buffering , flush immediately as u get the data and do not retry / even if u retry it should be very quick and discard the event when failed .
Beta Was this translation helpful? Give feedback.
All reactions