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
description: 'Using Fully Managed ClickHouse Connector Sink on Confluent Cloud'
5
+
description: 'Guide to using the fully managed ClickHouse Connector Sinkon Confluent Cloud'
6
6
title: 'Integrating Confluent Cloud with ClickHouse'
7
+
keywords: ['Kafka', 'Confluent Cloud']
7
8
---
8
9
9
10
import ConnectionDetails from '@site/docs/_snippets/_gather_your_details_http.mdx';
@@ -37,7 +38,7 @@ For more details, please refer to the [official Confluent documentation](https:/
37
38
#### Create a Topic {#create-a-topic}
38
39
Creating a topic on Confluent Cloud is fairly simple, and there are detailed instructions [here](https://docs.confluent.io/cloud/current/client-apps/topics/manage.html).
39
40
40
-
#### Important Notes {#important-notes}
41
+
#### Important notes {#important-notes}
41
42
42
43
* The Kafka topic name must be the same as the ClickHouse table name. The way to tweak this is by using a transformer (for example [`ExtractTopic`](https://docs.confluent.io/platform/current/connect/transforms/extracttopic.html)).
43
44
* More partitions does not always mean more performance - see our upcoming guide for more details and performance tips.
@@ -47,7 +48,7 @@ Creating a topic on Confluent Cloud is fairly simple, and there are detailed ins
47
48
48
49
49
50
#### Install Connector {#install-connector}
50
-
Install the Fully Managed ClickHouse Sink Connector on Confluent Cloud following the [official documentation](https://docs.confluent.io/cloud/current/connectors/cc-clickhouse-sink-connector/cc-clickhouse-sink.html).
51
+
Install the fully managed ClickHouse Sink Connector on Confluent Cloud following the [official documentation](https://docs.confluent.io/cloud/current/connectors/cc-clickhouse-sink-connector/cc-clickhouse-sink.html).
51
52
52
53
53
54
#### Configure the Connector {#configure-the-connector}
@@ -60,5 +61,5 @@ During the configuration of the ClickHouse Sink Connector, you will need to prov
60
61
61
62
The Confluent Cloud UI supports advanced configuration options to adjust poll intervals, batch sizes, and other parameters to optimize performance.
62
63
63
-
#### Known Limitations {#known-limitations}
64
+
#### Known limitations {#known-limitations}
64
65
* See the list of [Connectors limitations in the official docs](https://docs.confluent.io/cloud/current/connectors/cc-clickhouse-sink-connector/cc-clickhouse-sink.html#limitations)
0 commit comments