stalary commented on code in PR #17745: URL: https://github.com/apache/doris/pull/17745#discussion_r1136984623
########## fe/fe-core/src/main/java/org/apache/doris/datasource/EsExternalCatalog.java: ########## @@ -70,7 +70,10 @@ private Map<String, String> processCompatibleProperties(Map<String, String> prop public String[] getNodes() { String hosts = catalogProperty.getOrDefault(EsResource.HOSTS, ""); - return hosts.trim().split(","); + String sslEnabled = catalogProperty.getOrDefault(EsResource.HTTP_SSL_ENABLED, "false"); Review Comment: "false" can use HTTP_SSL_ENABLED_DEFAULT_VALUE -- 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...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org