From cbe512b74342e9b918b9b66febbfcbdd7ca4f77b Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 1 Apr 2024 10:47:01 +0800 Subject: [PATCH] Update ticdc/ticdc-open-api.md --- ticdc/ticdc-open-api.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ticdc/ticdc-open-api.md b/ticdc/ticdc-open-api.md index 596b33392176d..331528f7d31e9 100644 --- a/ticdc/ticdc-open-api.md +++ b/ticdc/ticdc-open-api.md @@ -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.