Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INLONG-10720][Sort] Add Elasticsearch6 connector on Flink 1.18 #10722

Merged
merged 14 commits into from
Jul 31, 2024

Conversation

XiaoYou201
Copy link
Contributor

@XiaoYou201 XiaoYou201 commented Jul 26, 2024

[INLONG-10720][Sort] Add Elasticsearch6 connector on Flink 1.18

Fixes #10720

Motivation

There is no es connector in sort-connectors, but es is a popular distributed, RESTful search and analytics engine.

So, this pr will add the es6 connector.

Modifications

  • Reference the official connector flink-connector-elasticsearch6 and it will support send audit information later.

Documentation

  • Does this pull request introduce a new feature? (yes)

@github-actions github-actions bot added the service/ci Automatically confirm that the code is error-free label Jul 29, 2024
@github-actions github-actions bot removed the service/ci Automatically confirm that the code is error-free label Jul 29, 2024
@XiaoYou201
Copy link
Contributor Author

As follow image, I implement es 6 connector and postgreSQL to ElasticSearch6 test successfully . But due to the format-base module not compatible with flink 1.18, So, I have to submit the connector code.The test result as follow.
image
image
image

@EMsnap
Copy link
Contributor

EMsnap commented Jul 31, 2024

Please fix the compile error on workflow in format-base for flink-1.18 and submit a pr later

@aloyszhang aloyszhang merged commit 35eff0e into apache:master Jul 31, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Sort] Add Elasticsearch6 connector on Flink 1.18
3 participants