Skip to content

Commit

Permalink
ticdc: delete useless contents (#15272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored Nov 6, 2023
1 parent 451d95c commit 21825d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ticdc/ticdc-manage-changefeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ In the preceding command:

## Update task configuration

Starting from v4.0.4, TiCDC supports modifying the configuration of the replication task (not dynamically). To modify the changefeed configuration, pause the task, modify the configuration, and then resume the task.
TiCDC supports modifying the configuration of the replication task (not dynamically). To modify the changefeed configuration, pause the task, modify the configuration, and then resume the task.

```shell
cdc cli changefeed pause -c test-cf --server=http://10.0.10.25:8300
Expand All @@ -204,7 +204,6 @@ Currently, you can modify the following configuration items:

- `sink-uri` of the changefeed.
- The changefeed configuration file and all configuration items in the file.
- Whether to use the file sorting feature and the sorting directory.
- The `target-ts` of the changefeed.

## Manage processing units of replication sub-tasks (`processor`)
Expand Down

0 comments on commit 21825d3

Please sign in to comment.