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
22 changes: 16 additions & 6 deletions tidb-cloud/changefeed-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: TiDB Cloud changefeed helps you stream data from TiDB Cloud to other da
# Changefeed

<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>
Expand Down Expand Up @@ -41,14 +41,19 @@ On the **Changefeed** page, you can create a changefeed, view a list of existing

To create a changefeed, refer to the tutorials:

<CustomContent plan="premium">

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


</CustomContent>
<CustomContent plan="dedicated">


- [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)

</CustomContent>

## Query changefeed capacity
Expand Down Expand Up @@ -114,11 +119,16 @@ It takes about 10 minutes to complete the scaling process (during which the chan

TiDB Cloud populates the changefeed configuration by default. You can modify the following configurations:

<CustomContent plan="premium">

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


</CustomContent>
<CustomContent plan="dedicated">


- Apache Kafka sink: all configurations.
- MySQL sink: **MySQL Connection**, **Table Filter**, and **Event Filter**.
- TiDB Cloud sink: **TiDB Cloud Connection**, **Table Filter**, and **Event Filter**.
- Cloud storage sink: **Storage Endpoint**, **Table Filter**, and **Event Filter**.

Expand Down
Loading