alpreu commented on a change in pull request #17538:
URL: https://github.com/apache/flink/pull/17538#discussion_r741988468



##########
File path: 
flink-connectors/flink-connector-elasticsearch-base/src/test/java/org/apache/flink/connector/elasticsearch/sink/ElasticsearchSinkBaseITCase.java
##########
@@ -165,8 +161,8 @@ private void runTest(
             @Nullable MapFunction<Long, Long> additionalMapper)
             throws Exception {
         final ElasticsearchSink<Tuple2<Integer, String>> sink =
-                ElasticsearchSink.builder()
-                        
.setHosts(HttpHost.create(ES_CONTAINER.getHttpHostAddress()))
+                getSinkBuilder()
+                        
.setHosts(HttpHost.create(getElasticsearchHttpHostAddress()))

Review comment:
       No because we still need it for creating the RestHighlevelClient




-- 
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