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 c61cc6fd16 [INLONG-877][Improve] Update document of TubeMQ extract
node (#882)
c61cc6fd16 is described below
commit c61cc6fd16fb32cd8c337adf48e31bbb0957d6b6
Author: Zfancy <[email protected]>
AuthorDate: Tue Oct 17 09:41:19 2023 +0800
[INLONG-877][Improve] Update document of TubeMQ extract node (#882)
---
docs/data_node/extract_node/tube.md | 4 ++--
.../current/data_node/extract_node/tube.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/data_node/extract_node/tube.md
b/docs/data_node/extract_node/tube.md
index 89ce32803d..9bcbb8e084 100644
--- a/docs/data_node/extract_node/tube.md
+++ b/docs/data_node/extract_node/tube.md
@@ -46,9 +46,9 @@ Flink SQL> CREATE TABLE tube_extract_node (
) WITH (
'connector' = 'tubemq',
'topic' = 'topicName',
- 'masterRpc' = 'rpcUrl', -- 127.0.0.1:8715
+ 'master.rpc' = 'rpcUrl', -- 127.0.0.1:8715
'format' = 'json',
- 'groupId' = 'groupName');
+ 'group.name' = 'groupName');
-- Read data from tube_extract_node
Flink SQL> SELECT * FROM tube_extract_node;
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/tube.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/tube.md
index d09c83ed88..25459772ef 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/tube.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/tube.md
@@ -45,9 +45,9 @@ Flink SQL> CREATE TABLE tube_extract_node (
) WITH (
'connector' = 'tubemq',
'topic' = 'topicName',
- 'masterRpc' = 'rpcUrl', -- 127.0.0.1:8715
+ 'master.rpc' = 'rpcUrl', -- 127.0.0.1:8715
'format' = 'json',
- 'groupId' = 'groupName');
+ 'group.name' = 'groupName');
-- Read data from tube_extract_node
Flink SQL> SELECT * FROM tube_extract_node;