Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ticdc: add a note about schema #18816

Merged
merged 3 commits into from
Sep 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ticdc/ticdc-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved

- `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.
hfxsd marked this conversation as resolved.
Show resolved Hide resolved
- `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
Loading