Skip to content

Commit

Permalink
github(both): address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed May 16, 2022
1 parent de221f8 commit 4b93324
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README_TiCDC.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ test can be found in [Running tests](./tests/integration_tests/README.md).

You can set up a CDC cluster for replication test manually as following:

1. Setup a TiDB cluster.
2. Start a CDC cluster, which contains one or more CDC servers. The command to start on CDC server is `cdc server --pd http://10.0.10.25:2379`, where `http://10.0.10.25:2379` is the client-url of pd-server.
1. Set up a TiDB cluster.
2. Start a CDC cluster, which contains one or more CDC servers. The command to start on CDC server
is `cdc server --pd http://10.0.10.25:2379`, where `http://10.0.10.25:2379` is the client-url of pd-server.
3. Start a replication changefeed by `cdc cli changefeed create --pd http://10.0.10.25:2379 --start-ts 413105904441098240 --sink-uri mysql://root:[email protected]:3306/`. The TSO is TiDB `timestamp oracle`. If it is not provided or set to zero, the TSO of start time will be used. Currently, we support MySQL protocol-compatible databases as downstream sinks only, and will add more sink types in the future.

For details, see [Deploy TiCDC](https://docs.pingcap.com/tidb/stable/deploy-ticdc).
Expand Down

0 comments on commit 4b93324

Please sign in to comment.