Fan out pipelines #39378
Fan out pipelines
#39378
Replies: 1 comment
-
Sorry I read the documentation wrong. It specifies receivers. So in a fan-out scenario, because the same receiver is referenced by multiple pipelines, if one pipeline is blocked, it will always block the other. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Question about the fan-out to multiple pipelines documented here
The Important section mentions that pipelines referencing the same receiver will get blocked if the processor in one of them is blocked.
But if pipelines each go to a different exporter (as diagram below), when A gets blocked, will B will still continue?
Beta Was this translation helpful? Give feedback.
All reactions