-
I have this log:
Looking at docs, one has to explicitly enable acknowledgements, so makes me wonder if this is a false message. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @tshepang ! I can understand the confusion here. Even when acknowledgements are not enabled in Vector, the |
Beta Was this translation helpful? Give feedback.
Hi @tshepang !
I can understand the confusion here. Even when acknowledgements are not enabled in Vector, the
logstash
source still has to write acknowledgements to the client to satisfy the Logstash protocol. The difference is, whenacknowledgements
are enabled for a sink connected to alogstash
source, Vector will wait to write the acknowledgement until the sink has processed the associated events. Whenacknowledgements
are not enabled for a connected sink, thelogstash
source just immediately acknowledges events once it decodes them.