Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 11 additions & 4 deletions tidb-cloud/essential-changefeed-overview.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
---
title: Changefeed (Beta)
title: Changefeed
summary: TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services.
---

# Changefeed (Beta)
# Changefeed

TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services. Currently, TiDB Cloud supports streaming data to Apache Kafka and MySQL.
TiDB Cloud changefeed helps you stream data from TiDB Cloud to other data services. Currently, {{{ .essential }}} supports streaming data to Apache Kafka and MySQL.
Comment thread
qiancai marked this conversation as resolved.

> **Note:**
>
> - Currently, TiDB Cloud only allows up to 10 changefeeds per {{{ .essential }}} instance.
> - Currently, the changefeed feature for {{{ .essential }}} is only available upon request. To request this feature, do the following:
>
> 1. In the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), click **?**.
> 2. Click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals).
> 3. Create a ticket. In the "Description" field, fill in "Apply for changefeed".
> 4. Click **Submit**.
>
> - TiDB Cloud only allows up to 10 changefeeds per {{{ .essential }}} instance.
> - For [{{{ .starter }}}](/tidb-cloud/select-cluster-tier.md#starter) instances, the changefeed feature is unavailable.
Comment thread
ginkgoch marked this conversation as resolved.

## Restrictions
Expand Down
13 changes: 11 additions & 2 deletions tidb-cloud/essential-changefeed-sink-to-kafka.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
---
title: Sink to Apache Kafka (Beta)
title: Sink to Apache Kafka
summary: This document explains how to create a changefeed to stream data from {{{ .essential }}} to Apache Kafka. It includes restrictions, prerequisites, and steps to configure the changefeed for Apache Kafka. The process involves setting up network connections, adding permissions for Kafka ACL authorization, and configuring the changefeed.
---

# Sink to Apache Kafka (Beta)
# Sink to Apache Kafka

This document describes how to create a changefeed to stream data from {{{ .essential }}} to Apache Kafka.

> **Note:**
>
> Currently, the changefeed feature for {{{ .essential }}} is only available upon request. To request this feature, do the following:
>
> 1. In the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), click **?**.
> 2. Click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals).
> 3. Create a ticket. In the "Description" field, fill in "Apply for changefeed".
> 4. Click **Submit**.

## Restrictions

- For each {{{ .essential }}} instance, you can create up to 10 changefeeds.
Expand Down
13 changes: 11 additions & 2 deletions tidb-cloud/essential-changefeed-sink-to-mysql.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
---
title: Sink to MySQL (Beta)
title: Sink to MySQL
summary: This document explains how to stream data from {{{ .essential }}} to MySQL using the Sink to MySQL changefeed. It includes restrictions, prerequisites, and steps to create a MySQL sink for data replication. The process involves setting up network connections, loading existing data to MySQL, and creating target tables in MySQL. After completing the prerequisites, users can create a MySQL sink to replicate data to MySQL.
---

# Sink to MySQL (Beta)
# Sink to MySQL

This document describes how to stream data from {{{ .essential }}} to MySQL using the **Sink to MySQL** changefeed.

> **Note:**
>
> Currently, the changefeed feature for {{{ .essential }}} is only available upon request. To request this feature, do the following:
>
> 1. In the lower-right corner of the [TiDB Cloud console](https://tidbcloud.com), click **?**.
> 2. Click **Support Tickets** to go to the [Help Center](https://tidb.support.pingcap.com/servicedesk/customer/portals).
> 3. Create a ticket. In the "Description" field, fill in "Apply for changefeed".
> 4. Click **Submit**.

## Restrictions

- For each {{{ .essential }}} instance, you can create up to 10 changefeeds.
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ This document lists the feature support status for different TiDB Cloud plans, i
<tr>
<td>Change data replication to Kafka or other MySQL-compatible databases using changefeeds</td>
<td style="text-align:center; font-size: 14px;">❌</td>
<td style="text-align:center;">✅ <br/><span style="font-size: 14px; white-space: nowrap;">(Public preview)</span></td>
<td style="text-align:center;">🔒</td>
<td style="text-align:center;">✅</td>
<td style="text-align:center;">✅</td>
</tr>
Expand Down
Loading