Skip to content

Commit

Permalink
ticdc: correct cyclic-sync-ddl usage (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Oct 16, 2020
1 parent 262308d commit d1faa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ To use the cyclic replication feature, you need to configure the following param

+ `--cyclic-replica-id`: Specifies the data source (to be written) ID of the upstream cluster. Each cluster ID must be unique.
+ `--cyclic-filter-replica-ids`: Specifies the data source ID to be filtered, which is usually the downstream cluster ID.
+ `--cyclic-sync-ddl`: Determines whether to replicate DDL statements to the downstream. DDL replication can only be enabled in the TiCDC component of one cluster.
+ `--cyclic-sync-ddl`: Determines whether to replicate DDL statements to the downstream.

To create a cyclic replication task, take the following steps:

Expand Down

0 comments on commit d1faa30

Please sign in to comment.