Replies: 1 comment
-
I think you'd be interested in Vector's end-to-end acknowledgement feature. Enabling that would have the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I got a Vector config where I am writing from kafka to clickhouse. As Kafka is supposed to persist events and hand them to the consumer (Vector) in a reasonable pace, I would like to disable the buffer in Vector, so that when Vector is too slow to consumer a consumer lag is build in Kafka. Is this a bad idea? In my Clickhouse sink I tried to set:
This however produces a config error.
Beta Was this translation helpful? Give feedback.
All reactions