zhangshenghang commented on code in PR #10238:
URL: https://github.com/apache/seatunnel/pull/10238#discussion_r2659618722


##########
docs/zh/connector-v2/source/StarRocks.md:
##########
@@ -146,6 +147,12 @@ partition[5] 从 be_node_3 读取 tablet 数据:tablet[14,15]
 
 从 `BE` 节点扫描数据相关的参数。
 
+### be_host_port_mapping  [array]
+
+`StarRocks`集群`BE`的host:be_port与能够访问的ip:be_port映射关系。
+该配置可选的,主要是解决计算集群不能够直接访问`BE`的`host`以及`be_port`的场景,如`StarRocks`部署在k8s中,但是flink不能直接访问`BE`的`host`以及`be_port`,利用此配置,`flink`可以能够访问`BE`以及`be_port`。
+例如 `[{"pingt-7f5cf4cfdc-cn-0.headless.olap:9060"="xx.xx.xx.xx:31088"}]`。

Review Comment:
   Standardize the sample code a bit



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to