Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion tidb-cloud/changefeed-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ summary: TiDB Cloud changefeed helps you stream data from TiDB Cloud to other da

# Changefeed

TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services. Currently, TiDB Cloud supports streaming data to Apache Kafka, MySQL, TiDB Cloud and cloud storage.
<CustomContent plan="dedicated">

TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services. Currently, TiDB Cloud Dedicated supports streaming data to Apache Kafka, MySQL, TiDB Cloud, and cloud storage.

</CustomContent>
<CustomContent plan="premium">

TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services. Currently, TiDB Cloud Premium supports streaming data to Apache Kafka and MySQL.

</CustomContent>

> **Note:**
>
Expand Down Expand Up @@ -34,8 +43,13 @@ To create a changefeed, refer to the tutorials:

- [Sink to Apache Kafka](/tidb-cloud/changefeed-sink-to-apache-kafka.md)
- [Sink to MySQL](/tidb-cloud/changefeed-sink-to-mysql.md)

<CustomContent plan="dedicated">

- [Sink to TiDB Cloud](/tidb-cloud/changefeed-sink-to-tidb-cloud.md)
- [Sink to cloud storage](/tidb-cloud/changefeed-sink-to-cloud-storage.md)

</CustomContent>
Comment thread
qiancai marked this conversation as resolved.

## Query changefeed capacity

Expand Down Expand Up @@ -102,9 +116,14 @@ It takes about 10 minutes to complete the scaling process (during which the chan

- Apache Kafka sink: all configurations.
- MySQL sink: **MySQL Connection**, **Table Filter**, and **Event Filter**.

<CustomContent plan="dedicated">

- TiDB Cloud sink: **TiDB Cloud Connection**, **Table Filter**, and **Event Filter**.
- Cloud storage sink: **Storage Endpoint**, **Table Filter**, and **Event Filter**.

</CustomContent>

4. After editing the configuration, click **...** > **Resume** to resume the corresponding changefeed.

## Duplicate a changefeed
Expand Down
Loading