Skip to content

Commit

Permalink
changefeed: remove sink-to-kafka beta status (#15141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored Oct 25, 2023
1 parent b4a1854 commit 4fb680e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tidb-cloud/changefeed-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions tidb-cloud/changefeed-sink-to-apache-kafka.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4fb680e

Please sign in to comment.