Skip to content

What's the behavior for one source with multiple sinks #10269

Answered by spencergilbert
marcolan018 asked this question in Q&A
Discussion options

You must be logged in to vote

Each sink will receive a copy of an event and operate independently, so (1) will be true sink B will operate successfully. In terms of backpressure, if the failures of sink A cause Vector to apply backpressure it'll affect the throughput for both sinks utilizing the same source.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jszwedko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants