[
https://issues.apache.org/jira/browse/FLINK-26088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17647789#comment-17647789
]
Matheus Felisberto commented on FLINK-26088:
--------------------------------------------
Hi guys,
I have been working on an implementation that supports Elasticsearch v8 because
of a project at my company. After reading [this
article|[https://aws.amazon.com/blogs/opensource/making-it-easier-to-build-connectors-with-apache-flink-introducing-the-async-sink/]]
I just started to refactor in order to use the Async Sink abstraction. You can
take a look
[here|[https://github.com/mtfelisb/flink-connector-elasticsearch/tree/feat/async-base/src/main/java/com/mtfelisb/flink/connectors/elasticsearch/sink/v2]].
I would love to contribute to it!
cc [~sthm], [~chalixar], [~CrynetLogistics]
> Add Elasticsearch 8.0 support
> -----------------------------
>
> Key: FLINK-26088
> URL: https://issues.apache.org/jira/browse/FLINK-26088
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / ElasticSearch
> Reporter: Yuhao Bi
> Assignee: zhenzhenhua
> Priority: Major
>
> Since Elasticsearch 8.0 is officially released, I think it's time to consider
> adding es8 connector support.
> The High Level REST Client we used for connection [is marked deprecated in es
> 7.15.0|https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high.html].
> Maybe we can migrate to use the new [Java API
> Client|https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/8.0/index.html]
> at this time.
> Elasticsearch8.0 release note:
> [https://www.elastic.co/guide/en/elasticsearch/reference/8.0/release-notes-8.0.0.html]
> release highlights:
> [https://www.elastic.co/guide/en/elasticsearch/reference/8.0/release-highlights.html]
> REST API compatibility:
> https://www.elastic.co/guide/en/elasticsearch/reference/8.0/rest-api-compatibility.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)