-
Notifications
You must be signed in to change notification settings - Fork 32
[FLINK-38962][connectors/opensearch] Add OpenSearch 3.x support with opensearch-java client #56
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) |
|
Hi, I don't have a JIRA account. Could a committer please create a JIRA ticket for this OpenSearch 3.x support feature, or let me know if there's an existing one I should reference? I'll then update the PR title accordingly. |
...rch3/src/main/java/org/apache/flink/connector/opensearch/sink/Opensearch3RequestIndexer.java
Show resolved
Hide resolved
reta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @uliandim , this is largely adapted from flink-connector-elasticsearch, right? (no issues here, just the fact it is the existing code that already works) Thank you
488195d to
2deaf99
Compare
The new connector uses the official opensearch-java client instead of the deprecated rest-high-level-client, providing better compatibility with OpenSearch 3.x and future versions.