From defb1503459c8ea0005e250bbe9f365f0ef9b1c3 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Fri, 6 Sep 2024 11:51:53 +0800 Subject: [PATCH 1/3] Update ticdc-sink-to-kafka.md --- ticdc/ticdc-sink-to-kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-kafka.md b/ticdc/ticdc-sink-to-kafka.md index 691d14a29c672..c300712001958 100644 --- a/ticdc/ticdc-sink-to-kafka.md +++ b/ticdc/ticdc-sink-to-kafka.md @@ -228,7 +228,7 @@ You can use topic = "xxx" to specify a Topic dispatcher and use topic expression The format of the Topic expression is `[prefix][{schema}][middle][{table}][suffix]`. - `prefix`: optional. Indicates the prefix of the Topic Name. -- `[{schema}]`: optional. Used to match the schema name. +- `[{schema}]`: required. Used to match the schema name. Starting from v7.1.4, this parameter is optional. - `middle`: optional. Indicates the delimiter between schema name and table name. - `{table}`: optional. Used to match the table name. - `suffix`: optional. Indicates the suffix of the Topic Name. From 84e90b7e23a6ef5ac2c684b8650caed4b5af307c Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 6 Sep 2024 11:57:04 +0800 Subject: [PATCH 2/3] Update ticdc/ticdc-sink-to-kafka.md Co-authored-by: Ling Jin <7138436+3AceShowHand@users.noreply.github.com> --- ticdc/ticdc-sink-to-kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-kafka.md b/ticdc/ticdc-sink-to-kafka.md index c300712001958..d5512a3c60899 100644 --- a/ticdc/ticdc-sink-to-kafka.md +++ b/ticdc/ticdc-sink-to-kafka.md @@ -225,7 +225,7 @@ dispatchers = [ You can use topic = "xxx" to specify a Topic dispatcher and use topic expressions to implement flexible topic dispatching policies. It is recommended that the total number of topics be less than 1000. -The format of the Topic expression is `[prefix][{schema}][middle][{table}][suffix]`. +The format of the Topic expression is `[prefix]{schema}[middle][{table}][suffix]`. - `prefix`: optional. Indicates the prefix of the Topic Name. - `[{schema}]`: required. Used to match the schema name. Starting from v7.1.4, this parameter is optional. From cdcee0cfdecf6a23d3c4e9cbc7a2b950165e9f24 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 6 Sep 2024 11:58:13 +0800 Subject: [PATCH 3/3] Update ticdc/ticdc-sink-to-kafka.md --- ticdc/ticdc-sink-to-kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-kafka.md b/ticdc/ticdc-sink-to-kafka.md index d5512a3c60899..41dd1aa469613 100644 --- a/ticdc/ticdc-sink-to-kafka.md +++ b/ticdc/ticdc-sink-to-kafka.md @@ -228,7 +228,7 @@ You can use topic = "xxx" to specify a Topic dispatcher and use topic expression The format of the Topic expression is `[prefix]{schema}[middle][{table}][suffix]`. - `prefix`: optional. Indicates the prefix of the Topic Name. -- `[{schema}]`: required. Used to match the schema name. Starting from v7.1.4, this parameter is optional. +- `{schema}`: required. Used to match the schema name. Starting from v7.1.4, this parameter is optional. - `middle`: optional. Indicates the delimiter between schema name and table name. - `{table}`: optional. Used to match the table name. - `suffix`: optional. Indicates the suffix of the Topic Name.