Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ticdc: correct cyclic-sync-ddl usage #4697

Merged
merged 1 commit into from
Oct 16, 2020
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
2 changes: 1 addition & 1 deletion ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ sync-ddl = true

+ `--cyclic-replica-id`:用于指定为上游集群的写入指定来源 ID,需要确保每个集群 ID 的唯一性。
+ `--cyclic-filter-replica-ids`:用于指定需要过滤的写入来源 ID,通常为下游集群的 ID。
+ `--cyclic-sync-ddl`:用于指定是否同步 DDL 到下游,只能在一个集群的 CDC 上开启 DDL 同步
+ `--cyclic-sync-ddl`:用于指定是否同步 DDL 到下游。

环形同步任务创建步骤如下:

Expand Down