From 4fb680efe25431508e2cf5f92707b5601d60b671 Mon Sep 17 00:00:00 2001 From: Ran Date: Wed, 25 Oct 2023 10:23:02 +0800 Subject: [PATCH] changefeed: remove sink-to-kafka beta status (#15141) --- tidb-cloud/changefeed-overview.md | 2 +- tidb-cloud/changefeed-sink-to-apache-kafka.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tidb-cloud/changefeed-overview.md b/tidb-cloud/changefeed-overview.md index 9914efd6efae9..a7a47d0063dca 100644 --- a/tidb-cloud/changefeed-overview.md +++ b/tidb-cloud/changefeed-overview.md @@ -21,7 +21,7 @@ On the changefeed page, you can create a changefeed, view a list of existing cha To create a changefeed, refer to the tutorials: -- [Sink to Apache Kafka](/tidb-cloud/changefeed-sink-to-apache-kafka.md) (Beta) +- [Sink to Apache Kafka](/tidb-cloud/changefeed-sink-to-apache-kafka.md) - [Sink to MySQL](/tidb-cloud/changefeed-sink-to-mysql.md) - [Sink to TiDB Cloud](/tidb-cloud/changefeed-sink-to-tidb-cloud.md) - [Sink to cloud storage](/tidb-cloud/changefeed-sink-to-cloud-storage.md) diff --git a/tidb-cloud/changefeed-sink-to-apache-kafka.md b/tidb-cloud/changefeed-sink-to-apache-kafka.md index 4fe27af052627..b659421bad2ba 100644 --- a/tidb-cloud/changefeed-sink-to-apache-kafka.md +++ b/tidb-cloud/changefeed-sink-to-apache-kafka.md @@ -1,15 +1,15 @@ --- -title: Sink to Apache Kafka (Beta) +title: Sink to Apache Kafka Summary: Learn how to create a changefeed to stream data from TiDB Cloud to Apache Kafka. --- -# Sink to Apache Kafka (Beta) +# Sink to Apache Kafka This document describes how to create a changefeed to stream data from TiDB Cloud to Apache Kafka. > **Note:** > -> - Currently, Kafka sink is in **beta**. To use the changefeed feature, make sure that your TiDB Dedicated cluster version is v6.1.3 or later. +> - To use the changefeed feature, make sure that your TiDB Dedicated cluster version is v6.1.3 or later. > - For [TiDB Serverless clusters](/tidb-cloud/select-cluster-tier.md#tidb-serverless), the changefeed feature is unavailable. ## Restrictions