[META] Support for HTTP/2 (client side) #4257
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
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
The text was updated successfully, but these errors were encountered: