This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new b489a7e24e [INLONG-546][Sort] Modify doc for Pulsar support ingests
data without admin URL (#547)
b489a7e24e is described below
commit b489a7e24e8362e339422b83dea1c80ba753a5d6
Author: thesumery <[email protected]>
AuthorDate: Tue Sep 13 17:50:18 2022 +0800
[INLONG-546][Sort] Modify doc for Pulsar support ingests data without admin
URL (#547)
Co-authored-by: thesumery <[email protected]>
---
docs/data_node/extract_node/pulsar.md | 2 +-
.../current/data_node/extract_node/pulsar.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/data_node/extract_node/pulsar.md
b/docs/data_node/extract_node/pulsar.md
index f0fd6919ea..939266b7e2 100644
--- a/docs/data_node/extract_node/pulsar.md
+++ b/docs/data_node/extract_node/pulsar.md
@@ -94,7 +94,7 @@ TODO
| topic | optional | (none) | String | Set the
input or output topic, use half comma for multiple and concatenate topics.
Choose one with the topic-pattern. |
| topic-pattern | optional | (none) | String | Use
regular to get the matching topic. |
| service-url | required | (none) | String | Set the
Pulsar broker service address. |
-| admin-url | required | (none) | String | Set the
Pulsar administration service address. |
+| admin-url | optional | (none) | String | Set the
Pulsar administration service address.**When this parameter is not passed in,
the `startup mode` only supports `earliest` and `latest`, and the offset in the
pulsar cluster cannot be updated.** |
| scan.startup.mode | optional | latest | String |
Configure the Source's startup mode. Available options are `earliest`,
`latest`, `external-subscription`, and `specific-offsets`. |
| scan.startup.specific-offsets | optional | (none) | String | This
parameter is required when the `specific-offsets` parameter is specified. |
| scan.startup.sub-name | optional | (none) | String | This
parameter is required when the `external-subscription` parameter is specified. |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/pulsar.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/pulsar.md
index 6cc1450a3a..7e8ffb86b9 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/pulsar.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/pulsar.md
@@ -93,7 +93,7 @@ TODO
| topic | 可选 | (none) | String |
设置输入或输出主题,多个和连接主题使用半逗号。选择一个主题模式。Set the input or output topic, use half comma
for multiple and concatenate topics. Choose one with the topic-pattern. |
| topic-pattern | 可选 | (none) | String |
使用正则获取匹配的主题。 |
| service-url | 必需 | (none) | String | 设置 Pulsar
代理服务地址。 |
-| admin-url | 必需 | (none) | String | 设置 Pulsar
管理服务地址。 |
+| admin-url | 可选 | (none) | String | 设置 Pulsar
管理服务地址。**不传入该参数时,启动模式只支持`earliest`和`latest`,并且无法更新 Pulsar Topic 的 offset。** |
| scan.startup.mode | 可选 | latest | String | 配置 Source
的启动模式。可用选项为`earliest`、`latest`、`external-subscription`和`specific-offsets`。 |
| scan.startup.specific-offsets | 可选 | (none) | String |
指定参数时需要该`specific-offsets`参数。 |
| scan.startup.sub-name | 可选 | (none) | String |
指定参数时需要该`external-subscription`参数。 |