snuyanzin opened a new pull request, #29:
URL: https://github.com/apache/flink-connector-elasticsearch/pull/29

   ## What is the purpose of the change
   
   The PR makes use `RestHighLevelClient#bulkAsync` with RequestOptions instead 
of deprecated one as it recommended in javadoc [1] and as it is already done 
for elastic7 [2]
   [1] 
https://github.com/elastic/elasticsearch/blob/6.8/client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java#L498-L507
   [2] 
https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-elasticsearch7/src/main/java/org/apache/flink/connector/elasticsearch/sink/Elasticsearch7SinkBuilder.java#L85-L88
   
   


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