-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a note to ticdc-sink-to-mysql.md (#18369)
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,11 @@ Info: {"sink-uri":"mysql://root:[email protected]:3306/","opts":{},"create-time": | |
- `--target-ts`: Specifies the ending TSO of the changefeed. To this TSO, the TiCDC cluster stops pulling data. The default value is empty, which means that TiCDC does not automatically stop pulling data. | ||
- `--config`: Specifies the changefeed configuration file. For details, see [TiCDC Changefeed Configuration Parameters](/ticdc/ticdc-changefeed-config.md). | ||
|
||
> **Note:** | ||
> | ||
> - TiCDC only replicates incremental data. To initialize full data, use Dumpling/TiDB Lightning or BR. | ||
> - After the full data is initialized, you need to specify the `start-ts` as the TSO when the upstream backup is performed. For example, the `pos` value in the metadata file under the Dumpling directory, or the `backupTS` value in the log output after BR completes the backup. | ||
## Configure sink URI for MySQL or TiDB | ||
|
||
Sink URI is used to specify the connection information of the TiCDC target system. The format is as follows: | ||
|