route to different sinks with different response times #20845
Answered
by
jszwedko
evanzhang87
asked this question in
Q&A
-
Will this have a buckets effect? Will sourceA's response time depend on sinkB? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Jul 11, 2024
Replies: 1 comment 1 reply
-
Hey! Yes, it will. See https://vector.dev/docs/about/concepts/#backpressure for a description of the way back-pressure works when fanning out like you are here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
evanzhang87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Yes, it will. See https://vector.dev/docs/about/concepts/#backpressure for a description of the way back-pressure works when fanning out like you are here.