[Kafka Sink] Updated docs - #6606
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Thanks for contributing to the ClickHouse documentation! We’ve moved documentation development to the main ClickHouse/ClickHouse repository. For future documentation changes, please open your pull request there, with changes under the docs/ directory. We’ll continue reviewing this pull request here during the transition, and it will be transferred as part of the migration. You don’t need to reopen it. See the documentation README for more information. |
|
|
||
| The v2 client copies data between the socket and application memory through a buffer controlled by the `client_network_buffer_size` client option, which defaults to 300,000 bytes. A larger buffer can improve throughput on high-latency or high-bandwidth links, but the buffer is allocated per pooled connection, so oversizing it raises memory use and JVM garbage collection pressure across every connector task. | ||
|
|
||
| The connector does not expose that option. Entries in `clickhouseSettings` are applied as query-level server settings, so `client_network_buffer_size` set there reaches ClickHouse as an unrecognized setting instead of resizing the client buffer. See [client configuration](/integrations/language-clients/java/client#client-configuration) for the full list of options available when you embed the Java client directly. |
There was a problem hiding this comment.
Based on that, is there no way to pass Java client settings today? Is this section wrong https://clickhouse.com/docs/integrations/connectors/data-ingestion/kafka/kafka-clickhouse-connect-sink#connection-pooling?
There was a problem hiding this comment.
Agree - this is confusing.
It mean connector has no own parameter - will rewrite.
|
Sergey Chernov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Closing in favour of ClickHouse/ClickHouse#113222 |
Summary
client_versionconfig propertyChecklist