You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/09 03:16:45 UTC

[GitHub] [inlong-website] thesumery opened a new pull request, #547: [INLONG-546][Sort] Modify doc for pulsar support ingest data without admin url

thesumery opened a new pull request, #547:
URL: https://github.com/apache/inlong-website/pull/547

   [INLONG-546][Sort] Modify doc for pulsar support ingest data without admin url
   
   ### Prepare a Pull Request
   *[INLONG-546][Sort] Modify doc for pulsar support ingest data without admin url*
   
   - Fixes #546 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] dockerzhang merged pull request #547: [INLONG-546][Sort] Modify doc for Pulsar support ingests data without admin URL

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #547:
URL: https://github.com/apache/inlong-website/pull/547


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong-website] healchow commented on a diff in pull request #547: [INLONG-546][Sort] Modify doc for pulsar support ingest data without admin url

Posted by GitBox <gi...@apache.org>.
healchow commented on code in PR #547:
URL: https://github.com/apache/inlong-website/pull/547#discussion_r968039626


##########
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集群中offset进行更新。** |

Review Comment:
   Suggest changing to:
   ```
   设置 Pulsar 管理服务地址。**不传入此参数时,启动模式只支持 `earliest` 和 `latest`,并且无法更新 Pulsar Topic 的 offset。**
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org