Skip to content

Commit 264d7cb

Browse files
committed
Update docs/integrations/data-ingestion/kafka/kafka-table-engine.md
1 parent f628819 commit 264d7cb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/integrations/data-ingestion/kafka/kafka-table-engine.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: 'Using the Kafka Table Engine'
66
title: 'Using the Kafka table engine'
77
---
88

9+
import CloudAvailableBadge from '@theme/badges/CloudAvailableBadge';
910
import Image from '@theme/IdealImage';
1011
import kafka_01 from '@site/static/images/integrations/data-ingestion/kafka/kafka_01.png';
1112
import kafka_02 from '@site/static/images/integrations/data-ingestion/kafka/kafka_02.png';
@@ -14,12 +15,16 @@ import kafka_04 from '@site/static/images/integrations/data-ingestion/kafka/kafk
1415

1516
# Using the Kafka table engine
1617

17-
:::note
18-
Kafka table engine is not supported on [ClickHouse Cloud](https://clickhouse.com/cloud). Please consider [ClickPipes](../clickpipes/kafka.md) or [Kafka Connect](./kafka-clickhouse-connect-sink.md)
19-
:::
18+
<CloudAvailableBadge/>
19+
20+
The Kafka table engine can be used to [**read** data from](#kafka-to-clickhouse) and [**write** data to](#clickhouse-to-kafka) Apache Kafka and other Kafka API-compatible brokers (e.g., Redpanda, Amazon MSK).
2021

2122
### Kafka to ClickHouse {#kafka-to-clickhouse}
2223

24+
:::note
25+
If you're on ClickHouse Cloud, we recommend using [ClickPipes](/integrations/clickpipes) instead. ClickPipes natively supports private network connections, scaling ingestion and cluster resources independently, and comprehensive monitoring for streaming Kafka data into ClickHouse.
26+
:::
27+
2328
To use the Kafka table engine, you should be broadly familiar with [ClickHouse materialized views](../../../guides/developer/cascading-materialized-views.md).
2429

2530
#### Overview {#overview}

0 commit comments

Comments
 (0)