Skip to content

How to set the inserts frequency? #208

Answered by Paultagoras
askmyhat asked this question in Q&A
Discussion options

You must be logged in to vote

However, I would to like to set the ingestion interval instead so that Clickhouse Sink generates at most one insert per second regardless of the data size.

https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html

https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html

Currently I have 30-100 inserts per second which leads to high CPU and IO utilization.

At this moment, we don't have a setting for that - the connector just tries to insert whatever records Kafka Connect sends to it.

There are a few creative options available (but nothing exactly matching):

  • Number of Workers: If you were to reduce the numb…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Paultagoras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants