Skip to content

Configuring per-sink acknowledgements with a reduce transform #22516

Answered by pront
andrewma2 asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andrewma2
Comment options

@pront
Comment options

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
domain: delivery Anything related to delivering events within Vector such as end-to-end acknowledgements
2 participants