fancycoderzf commented on code in PR #882: URL: https://github.com/apache/inlong-website/pull/882#discussion_r1360067570
########## 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.id' = 'groupName'); Review Comment: done, change `group.id` to `group.name`. The relevant code change is: PR #9031 https://github.com/apache/inlong/pull/9031, Commit https://github.com/apache/inlong/pull/9031/commits/618216091a1281d5617c33a7a9e1553be476bee9 -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org