Skip to content

Commit 790b35b

Browse files
authored
Update confluent-cloud.md
1 parent b7a614b commit 790b35b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/integrations/data-ingestion/kafka/confluent/confluent-cloud.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
sidebar_label: 'Kafka Connector Sink on Confluent Cloud'
33
sidebar_position: 2
44
slug: /integrations/kafka/cloud/confluent/custom-connector
5-
description: 'Using Fully Managed ClickHouse Connector Sink on Confluent Cloud'
5+
description: 'Guide to using the fully managed ClickHouse Connector Sinkon Confluent Cloud'
66
title: 'Integrating Confluent Cloud with ClickHouse'
7+
keywords: ['Kafka', 'Confluent Cloud']
78
---
89

910
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:/
3738
#### Create a Topic {#create-a-topic}
3839
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).
3940

40-
#### Important Notes {#important-notes}
41+
#### Important notes {#important-notes}
4142

4243
* 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)).
4344
* 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
4748

4849

4950
#### 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).
5152

5253

5354
#### Configure the Connector {#configure-the-connector}
@@ -60,5 +61,5 @@ During the configuration of the ClickHouse Sink Connector, you will need to prov
6061

6162
The Confluent Cloud UI supports advanced configuration options to adjust poll intervals, batch sizes, and other parameters to optimize performance.
6263

63-
#### Known Limitations {#known-limitations}
64+
#### Known limitations {#known-limitations}
6465
* 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

Comments
 (0)