What's the behavior for one source with multiple sinks #10269
Answered
by
spencergilbert
marcolan018
asked this question in
Q&A
-
Hi I have a question about the scenario below:
|
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
Dec 6, 2021
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jszwedko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.