Skip to content

Commit

Permalink
ticdc: add description for pulsar topic config (#18756) (#18798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 11, 2024
1 parent eb02be9 commit 515a131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ticdc/ticdc-sink-to-pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ dispatchers = [

Topic 分发器用 `topic = "xxx"` 来指定,并使用 topic 表达式来实现灵活的 topic 分发策略。topic 的总数建议小于 1000。

Topic 表达式的基本规则为 `[prefix]{schema}[middle][{table}][suffix]`,详细解释如下:
Topic 表达式的基本规则为 `[tenant_and_namespace][prefix]{schema}[middle][{table}][suffix]`,详细解释如下:

- `tenant_and_namespace`:可选项,代表 Topic 所在的租户和命名空间,比如 `persistent://abc/def/`。如果不配置,则代表 Topic 在 Pulsar 的默认租户 `public` 下的默认命名空间 `default` 中。
- `prefix`:可选项,代表 Topic Name 的前缀。
- `{schema}`:可选项,用于匹配库名。
- `middle`:可选项,代表库表名之间的分隔符。
Expand Down

0 comments on commit 515a131

Please sign in to comment.