-
same source: kafka simple config.yaml: difference sinks using same source input
if elasticsearch run abnormal and blocked,which will result databend sink be blocked,it is right? reference follow code: vector/src/topology/builder.rs Line 255 in 029a2ff vector/lib/vector-core/src/fanout.rs Line 427 in 029a2ff because if not, am i missing something? best wishes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is expected. https://vector.dev/docs/about/concepts/#backpressure has more details. You can avoid this by configuring the buffer for a sink to drop events rather than apply back-pressure. |
Beta Was this translation helpful? Give feedback.
This is expected. https://vector.dev/docs/about/concepts/#backpressure has more details. You can avoid this by configuring the buffer for a sink to drop events rather than apply back-pressure.