Skip to content

Commit 6911ae2

Browse files
authored
Merge pull request #4005 from ClickHouse/docs-kte-cloud
docs: remove Cloud not supported badge for the Kafka Table Engine
2 parents 9b678a6 + 264d7cb commit 6911ae2

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

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

9-
import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
9+
import CloudAvailableBadge from '@theme/badges/CloudAvailableBadge';
1010
import Image from '@theme/IdealImage';
1111
import kafka_01 from '@site/static/images/integrations/data-ingestion/kafka/kafka_01.png';
1212
import kafka_02 from '@site/static/images/integrations/data-ingestion/kafka/kafka_02.png';
@@ -15,14 +15,16 @@ import kafka_04 from '@site/static/images/integrations/data-ingestion/kafka/kafk
1515

1616
# Using the Kafka table engine
1717

18-
<CloudNotSupportedBadge/>
18+
<CloudAvailableBadge/>
1919

20-
:::note
21-
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)
22-
:::
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).
2321

2422
### Kafka to ClickHouse {#kafka-to-clickhouse}
2523

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+
2628
To use the Kafka table engine, you should be broadly familiar with [ClickHouse materialized views](../../../guides/developer/cascading-materialized-views.md).
2729

2830
#### Overview {#overview}

0 commit comments

Comments
 (0)