From 65954642360d2ba064739e1774f8bf315ab63f3d Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Fri, 11 Oct 2024 17:44:35 +0800 Subject: [PATCH] Update ticdc/ticdc-sink-to-pulsar.md --- ticdc/ticdc-sink-to-pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-pulsar.md b/ticdc/ticdc-sink-to-pulsar.md index 599b577b6f2f5..c5053b94065f2 100644 --- a/ticdc/ticdc-sink-to-pulsar.md +++ b/ticdc/ticdc-sink-to-pulsar.md @@ -275,7 +275,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.