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

[FEATURE] Update REST client used in OpenSearchRestTemplate #170

Closed
curena-contrast opened this issue Oct 11, 2023 · 4 comments
Closed

[FEATURE] Update REST client used in OpenSearchRestTemplate #170

curena-contrast opened this issue Oct 11, 2023 · 4 comments
Labels
enhancement New feature or request untriaged

Comments

@curena-contrast
Copy link

Is your feature request related to a problem?

The client used in org.opensearch.data.client.orhlc.OpenSearchRestTemplate, org.opensearch.client.RestHighLevelClient, has been deprecated in Elasticsearch since v7.15. The OpenSearch documentation also considers it deprecated.

What solution would you like?

The OpenSearchRestTemplate should use the Java client org.opensearch.client.opensearch.OpenSearchClient instead.

What alternatives have you considered?

Continuing to use the deprecated client runs the risk of breakage through its removal.

Do you have any additional context?

No

@curena-contrast curena-contrast added enhancement New feature or request untriaged labels Oct 11, 2023
@curena-contrast
Copy link
Author

Note to maintainers:
Consider adding an issue type that's neither a bug nor an enhancement -- E.g., Technical debt, wherein this particular issue would be more accurately categorized.

@curena-contrast
Copy link
Author

And thanks for this fabulous Spring Data implementation!

@dblock
Copy link
Member

dblock commented Oct 13, 2023

@curena-contrast Want to take this on?

@reta
Copy link
Collaborator

reta commented Oct 13, 2023

@curena-contrast this is a duplicate of #19

@reta reta closed this as completed Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

3 participants