Vector not buffering in case of message_timeout_ms=0 #20967
Unanswered
ShahroZafar
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hmm, there may be internal buffering in the |
Beta Was this translation helpful? Give feedback.
4 replies
-
From what I understand, if we set message_timeout_ms to finite value like 5 mins. When this 5 mins is up, vector should enqueue the message in the buffer which is not doing. Can you confirm this theory? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We have a setup where
kubernetes_logs
source is used to read and push logs to kafka viakafka
sink. In case of outage of kafka, with memory buffer in place. I see that queued messages keeps on increasing instead of storing them to buffer. This leads to continuous memory increase and OOMKillConfigs are like this
Beta Was this translation helpful? Give feedback.
All reactions