Source:file and any sink (?) redundancy options #21925
Replies: 2 comments 1 reply
-
Hello @ADovgalyuk, Your configuration creates two identical Do you see any errors? Tangential note, it might be beneficial if we allowed multiple endpoints to be specified like here. |
Beta Was this translation helpful? Give feedback.
-
What you are seeing is expected behavior. Backpressure from one sink will affect all other sinks connected to the same inputs as it propagates up. See https://vector.dev/docs/about/concepts/#backpressure for details about how this works as well as pointers to how to use buffers to mitigate the effects of downtime in one sink from affecting others. |
Beta Was this translation helpful? Give feedback.
-
Hello team!
Can you please share your thoughts about redundancy options when I'm using file as a source. I had vector sink before, now switched to clickhouse. But issue still the same. As soon as one sink become unavailable, shortly after vector stoppin upload to second sink as well. Is it smth related to both sinks using the same checkpoint file as source? And when one sink goes to block, second sink can't transfer data as well? Currently I have a following configuration:
How should i configure vector, that in case one sink is unavailable, second still works as usual.
Beta Was this translation helpful? Give feedback.
All reactions