SamuelBin opened a new issue, #310: URL: https://github.com/apache/doris-flink-connector/issues/310
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description 现在在客户现场遇到了以下问题 1、客户的doris集群开启了https,connector无法写入Doris 2、客户现场的doris是夸网断的,一个核心区,一个app区,通过fe的8030返回的be节点是内网ip,客户只提供映射ip,能否对connector单独配置be节点 ### Use case private String tableIdentifier; private String beNodes; private boolean enableHttps; private boolean ignoreHttpsCA; public DorisOptions(String fenodes, String beNodes, String username, String password, String tableIdentifier, boolean enableHttps, boolean ignoreHttpsCA) { super(fenodes, username, password); this.tableIdentifier = tableIdentifier; this.beNodes = beNodes; this.enableHttps = enableHttps; this.ignoreHttpsCA = ignoreHttpsCA; } ### Related issues _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
