Skip to content

Commit

Permalink
TiCDC: Update file name to keep bilingual consistency (#9298) (#9306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored May 6, 2022
1 parent ea8472b commit 188c422
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
- [从大数据量分库分表 MySQL 合并迁移数据到 TiDB](/migrate-large-mysql-shards-to-tidb.md)
- [从 CSV 文件迁移数据到 TiDB](/migrate-from-csv-files-to-tidb.md)
- [从 SQL 文件迁移数据到 TiDB](/migrate-from-sql-files-to-tidb.md)
- [从 TiDB 集群迁移至另一 TiDB 集群](/migrate-from-tidb-to-tidb.md)
- [从 TiDB 集群同步增量数据至 Apache Kafka](/replicate-incremental-data-to-kafka.md)
- [从 TiDB 集群迁移数据至另一 TiDB 集群](/migrate-from-tidb-to-tidb.md)
- [从 TiDB 同步数据至 Apache Kafka](/replicate-data-to-kafka.md)
- 复杂迁移场景
- [上游使用 pt/gh-ost 工具的持续同步场景](/migrate-with-pt-ghost.md)
- [下游存在更多列的迁移场景](/migrate-with-more-columns-downstream.md)
Expand Down
2 changes: 1 addition & 1 deletion migrate-from-tidb-to-tidb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 从 TiDB 集群迁移至另一 TiDB 集群
title: 从 TiDB 集群迁移数据至另一 TiDB 集群
summary: 了解如何将数据从一个 TiDB 集群迁移至另一 TiDB 集群。
aliases: ['/zh/tidb/dev/incremental-replication-between-clusters/']
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: 从 TiDB 同步增量数据至 Apache Kafka
summary: 了解如何从 TiDB 集群同步增量数据至 Apache Kafka 集群。
title: 从 TiDB 同步数据至 Apache Kafka
summary: 了解如何从 TiDB 集群同步数据至 Apache Kafka 集群。
aliases: ['/zh/tidb/dev/replicate-incremental-data-to-kafka/']
---

# 从 TiDB 同步增量数据至 Apache Kafka
# 从 TiDB 同步数据至 Apache Kafka

本文档介绍如何使用 [TiCDC](/ticdc/ticdc-overview.md) 将 TiDB 的增量数据同步到 Apache Kafka。主要包含以下内容:
本文档介绍如何使用 [TiCDC](/ticdc/ticdc-overview.md) 将 TiDB 的数据同步到 Apache Kafka。主要包含以下内容:

- 快速搭建 TiCDC 集群和 Kafka 集群
- 创建以 Kafka 为 sink 的 changefeed
Expand Down

0 comments on commit 188c422

Please sign in to comment.