Skip to content

Commit

Permalink
Update ticdc/ticdc-open-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Apr 1, 2024
1 parent 9afe3ae commit cbe512b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ticdc/ticdc-open-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,10 @@ The configuration parameters of sink are as follows:

`dispatchers`: For the sink of MQ type, you can use dispatchers to configure the event dispatcher. Four dispatchers are supported: `default`, `ts`, `index-value`, and `table`. The dispatcher rules are as follows:

<<<<<<< HEAD
- `default`: When multiple unique indexes (including the primary key) exist or the Old Value feature is enabled, events are dispatched in the `table` mode. When only one unique index (or the primary key) exists, events are dispatched in the `rowid` mode.
- `ts`: Uses the commitTs of the row change to create the hash value and dispatch events.
- `rowid`: Uses the name and value of the selected HandleKey column to create the hash value and dispatch events.
- `table`: Uses the schema name of the table and the table name to create the hash value and dispatch events.
=======
- `default`: dispatches events in the `table` mode.
- `ts`: uses the commitTs of the row change to create the hash value and dispatch events.
- `index-value`: uses the name and value of the selected HandleKey column to create the hash value and dispatch events.
- `table`: uses the schema name of the table and the table name to create the hash value and dispatch events.
>>>>>>> 010f6c2ad8 (ticdc: fix incompatiable config description (#16903))

`matcher`: The matching syntax of matcher is the same as the filter rule syntax.

Expand Down

0 comments on commit cbe512b

Please sign in to comment.