-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[META] Deprecate REST client #5424
Comments
@dblock Regarding the suggested plan, it might be a bit aggressive:
|
@reta I think it's a sensible plan. thank you. |
I've proposed removing documentation of the high-level rest client from the organization documentation. There hasn't been any feedback on the proposal: opensearch-project/documentation-website#2010 |
Hello all, Response is highly appreciated. |
@manirudh78 I'm not sure I understand your comment. Is it possibly in the wrong repo? |
I think it was meant for https://github.com/opensearch-project/opensearch-hadoop. I don't see why that wouldn't work in Scala. |
Is your feature request related to a problem? Please describe.
In opensearch-project/opensearch-java#262 we are removing the dependency on OpenSearch (this repo). I propose to loudly deprecate REST client code in this repo and require users to migrate to a dependency on opensearch-java. This would significantly reduce the amount of projects that depend on OpenSearch core by all the ones that depend on the REST APIs.
Describe the solution you'd like
org.opensearch.client
namespace in 2.x.opensearch-java
Dependencies:
RestClientTransport
opensearch-java#326Related:
The text was updated successfully, but these errors were encountered: