You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yun Wang (Jira)" <ji...@apache.org> on 2020/05/11 21:51:00 UTC

[jira] [Created] (FLINK-17623) Elasticsearch sink should support user resource cleanup

Yun Wang created FLINK-17623:
--------------------------------

             Summary: Elasticsearch sink should support user resource cleanup
                 Key: FLINK-17623
                 URL: https://issues.apache.org/jira/browse/FLINK-17623
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / ElasticSearch
            Reporter: Yun Wang


There should be a way for an [ElasticsearchSinkFunction|[https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/ElasticsearchSinkFunction.java#L61]] implementation to use resources with the same lifecycle as the Elasticsearch sink, for example, an [RestHighLevelClient|[https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high.html]].

Currently there is no way to clean up such resources. This can be achieved by exposing a `close()` method in the ElasticsearchSinkFunction interface, and invoke the close method from E[lasticsearchSinkBase.close|[https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-elasticsearch-base/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/ElasticsearchSinkBase.java#L331]]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)