need to send data to clickhouse strongly every 10 seconds #13168
-
The clickhouse sink is configured and works well, though it sends every new chunk of data to clickhouse more than 10 seconds. It looks like it varies from 10 to 11 secs. I was unable to find how to configure this time for the certain sink in documentation. We rely on strong periodicity of incoming data in DB. Is there any way to configure Vector like this? |
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
Jun 15, 2022
Replies: 1 comment 5 replies
-
We don't exactly have support for this, you could get close by using the batch configuration and have the batch flush every 10s, and have really high max events/bytes. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
JeanMertz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't exactly have support for this, you could get close by using the batch configuration and have the batch flush every 10s, and have really high max events/bytes.