You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While inserting data into clickhouse via the clickhouse-kafka-connect, I noticed socket_timeout exception during insertion, upon checking the setting, I found out the default value for socket_timeout is set to 2 seconds in the builder, I would like to set the socket_timeout larger for the client but there is no way to pass the parameter in from the ClickHouseSinkTask object .
Currently the clickhouse v2 client creation is buried deeply in the sink code and doesn't seem to allow customization, please advise https://github.com/ClickHouse/clickhouse-kafka-connect/blob/85620810c7414a35bb5479[…]khouse/kafka/connect/sink/db/helper/ClickHouseHelperClient.java (edited)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While inserting data into clickhouse via the clickhouse-kafka-connect, I noticed socket_timeout exception during insertion, upon checking the setting, I found out the default value for socket_timeout is set to 2 seconds in the builder, I would like to set the socket_timeout larger for the client but there is no way to pass the parameter in from the ClickHouseSinkTask object .
Currently the clickhouse v2 client creation is buried deeply in the sink code and doesn't seem to allow customization, please advise
https://github.com/ClickHouse/clickhouse-kafka-connect/blob/85620810c7414a35bb5479[…]khouse/kafka/connect/sink/db/helper/ClickHouseHelperClient.java (edited)
Beta Was this translation helpful? Give feedback.
All reactions