Skip to content

Commit e514af5

Browse files
JoyinqinTomShawn
andauthored
ticdc: update the docs about create changefeed (pingcap#3985)
* ticdc: update the docs about create changefeed * Update manage-ticdc.md * Update release-4.0.6.md * Apply suggestions from code review Co-authored-by: TomShawn <[email protected]> * Update releases/release-4.0.6.md Co-authored-by: TomShawn <[email protected]>
1 parent 85f28c2 commit e514af5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

releases/release-4.0.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TiDB version: 4.0.6
2424

2525
+ Tools
2626

27-
+ TiCDC
27+
+ TiCDC (GA since v4.0.6)
2828

2929
- Support outputting data in the `maxwell` format [#869](https://github.com/pingcap/ticdc/pull/869)
3030

ticdc/manage-ticdc.md

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ Info: {"sink-uri":"mysql://root:[email protected]:3306/","opts":{},"create-time":
145145

146146
- `--changefeed-id`: The ID of the replication task. The format must match the `^[a-zA-Z0-9]+(\-[a-zA-Z0-9]+)*$` regular expression. If this ID is not specified, TiCDC automatically generates a UUID (the version 4 format) as the ID.
147147
- `--sink-uri`: The downstream address of the replication task. Configure `--sink-uri` according to the following format. Currently, the scheme supports `mysql`/`tidb`/`kafka`/`pulsar`.
148+
- `--start-ts`: Specifies the starting TSO of the `changefeed`. From this TSO, the TiCDC cluster starts pulling data. The default value is the current time.
149+
- `--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.
150+
- `--config`: Specifies the configuration file of the `changefeed`.
148151

149152
{{< copyable "" >}}
150153

0 commit comments

Comments
 (0)