Skip to content

Commit

Permalink
move table engine to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 28, 2023
1 parent 595cb17 commit 1930a45
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/en/integrations/data-ingestion/kafka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ When integrating Kafka with ClickHouse, you will need to make early architectura
ClickPipes is a native capability of [ClickHouse Cloud](https://clickhouse.com/cloud) currently under private preview.
:::

### Kafka table engine
* The [Kafka table engine](./kafka-table-engine.md) provides a Native ClickHouse integration. This table engine **pulls** data from the source system. This requires ClickHouse to have direct access to Kafka.

:::note
Kafka table engine is not supported on [ClickHouse Cloud](https://clickhouse.com/cloud). Please consider one of the following alternatives.
:::

### Cloud-based Kafka Connectivity
* [**Confluent Cloud**](https://confluent.cloud) - Confluent platform provides an option to upload and [run ClickHouse Connector Sink on Confluent Cloud](./confluent/custom-connector.md) or use [HTTP Sink Connector for Confluent Platform](./confluent/kafka-connect-http.md) that integrates Apache Kafka with an API via HTTP or HTTPS.

Expand All @@ -49,6 +42,12 @@ Kafka table engine is not supported on [ClickHouse Cloud](https://clickhouse.com
* [**JDBC Connect Sink**](./kafka-connect-jdbc.md) - The Kafka Connect JDBC Sink connector allows you to export data from Kafka topics to any relational database with a JDBC driver
* **Custom code** - Custom code using respective client libraries for Kafka and ClickHouse may be appropriate cases where custom processing of events is required. This is beyond the scope of this documentation.

### Kafka table engine
* The [Kafka table engine](./kafka-table-engine.md) provides a Native ClickHouse integration. This table engine **pulls** data from the source system. This requires ClickHouse to have direct access to Kafka.

:::note
Kafka table engine is not supported on [ClickHouse Cloud](https://clickhouse.com/cloud). Please consider one of the alternatives listed on the page.
:::
### Choosing an approach
It comes down to a few decision points:

Expand Down

0 comments on commit 1930a45

Please sign in to comment.