Skip to content

Commit

Permalink
Update ticdc/ticdc-sink-to-pulsar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored and ti-chi-bot committed Oct 11, 2024
1 parent e31f7a2 commit 716028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticdc/ticdc-sink-to-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ You can use `topic = "xxx"` to specify a topic dispatcher and use topic expressi

The format of a topic expression is `[tenant_and_namespace][prefix]{schema}[middle][{table}][suffix]`. The following are the meanings of each part:

- `tenant_and_namespace`:Optional. Represents the tenant and namespace of the topic, such as `persistent://abc/def/`. If not configured, it means that the topic is in the default namespace `default` which is under the default tenant `public` of Pulsar.
- `tenant_and_namespace`:Optional. Represents the tenant and namespace of the topic, such as `persistent://abc/def/`. If not configured, it means that the topic is in the default namespace `default` under the default tenant `public` of Pulsar.
- `prefix`: Optional. Represents the prefix of the topic name.
- `{schema}`: Optional. Represents the database name.
- `middle`: Optional. Represents the separator between a database name and a table name.
Expand Down

0 comments on commit 716028c

Please sign in to comment.