Skip to content

[Update] Using http5 client instead of opensearch rest client and upgrading to v3 #2762

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arsnael
Copy link
Contributor

@Arsnael Arsnael commented Jul 2, 2025

Getting back to this but upgrading to v3 as well for opensearch.

With the rest client they seem to drop most http transitive libs from v3 that were used for ssl, async client, etc... so it felt better to try that way.

We could though still keep the current way by adding in the pom the missing dependencies I guess... we can test

Thinking maybe as well before perf tests were not good enough because we didnt really upgrade opensearch on test env, might need to see with an upgraded version of it

String OPENSEARCH = "opensearchproject/opensearch:2.19.2";
String OPENSEARCH = "opensearchproject/opensearch:3.1.0";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please confirm we technically still run on 2.19.x after this upgrade or is this a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe should be alright but let's see what the CI thinks: #2763

Can test later as well in a test environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants