Oneal65 commented on code in PR #6943:
URL: https://github.com/apache/inlong/pull/6943#discussion_r1051747355
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/es/ElasticsearchResourceOperator.java:
##########
@@ -141,25 +139,7 @@ private ElasticsearchConfig
getElasticsearchConfig(SinkInfo sinkInfo, Elasticsea
config.setUsername(esInfo.getUsername());
config.setPassword(esInfo.getPassword());
}
- config.setHost(esInfo.getHost());
- config.setPort(esInfo.getPort());
- // read from data node if not supplied by user
Review Comment:
Whether or not to add the logic of reading from data node
--
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]