-
Hi, I'm running vector with an
We have enabled E2E acknowledgements because we don't want to lose logs if the We decided that we're ok without the ack from Am I doing something wrong with setting acknowledgements? And if not, is there a way to work around this so we can have E2E acknowledgements without needing to wait on the ReproTo make it simple / easily reproducible, I made a similar toy case Config
This config is a simple HTTP server and two sinks. One sink is connected to the source and immediately prints, whereas another goes to a Command
ResultEven though ack is off for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @andrewma2, based on your |
Beta Was this translation helpful? Give feedback.
Hi @andrewma2, based on your
reduce
config, the transform will keep reducing for 10 seconds before it emits any event. So when you run your pipeline, it should take at least 10 seconds for the first event to hit any sink. When acks are off, then you get a response indicating that the source received the data, but no guarantees for the sinks.