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

[META] Support for HTTP/2 (client side) #4257

Closed
reta opened this issue Aug 18, 2022 · 4 comments
Closed

[META] Support for HTTP/2 (client side) #4257

reta opened this issue Aug 18, 2022 · 4 comments
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request feature New feature or request v3.0.0 Issues and PRs related to version 3.0.0

Comments

@reta
Copy link
Collaborator

reta commented Aug 18, 2022

Is your feature request related to a problem? Please describe.
The HTTP/2 support on the server side is getting closer to the first milestone (see please [1]), however the client side is falling behind. The key reason is that all OpenSearch clients (rest-client., RHLC, opensearch-java) use Apache HttpComponents / Core 4.x, which are already EOLed and superseded by Apache HttpClient / Core 5.x. The migration to the Apache HttpClient / Core 5.x is a necessary undertaking (not only to benefit from HTTP/2 support but also to rely on maintanable libraries). In scope of this issue, we need to:

[1] Support for HTTP/2

@reta reta added enhancement Enhancement or improvement to existing feature or request untriaged labels Aug 18, 2022
@reta reta added v3.0.0 Issues and PRs related to version 3.0.0 feature New feature or request and removed untriaged labels Aug 18, 2022
@reta reta self-assigned this Aug 18, 2022
@dblock
Copy link
Member

dblock commented Aug 18, 2022

Would it be easier to remove all REST clients from this repo in 3.0?

@reta
Copy link
Collaborator Author

reta commented Aug 18, 2022

We could, but we'll keep them (rest, RHLC, ...) anyway, right?

@reta
Copy link
Collaborator Author

reta commented Jan 16, 2023

@dblock we have only one issue left here [1], please help to get it in, the repo looks unmaintaned

[1] opensearch-project/common-utils#287

@reta
Copy link
Collaborator Author

reta commented May 15, 2023

This is done, closing it

@reta reta closed this as completed May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request feature New feature or request v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

No branches or pull requests

2 participants