Skip to content

Commit

Permalink
ticdc: add a note about schema (#18816) (#18822)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Sep 6, 2024
1 parent 82e54e6 commit 04faf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ 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}]`: 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.
Expand Down

0 comments on commit 04faf0a

Please sign in to comment.