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

Switch default HTTP client from OkHttp to Vert.x #6470

Open
manusa opened this issue Oct 19, 2024 · 0 comments
Open

Switch default HTTP client from OkHttp to Vert.x #6470

manusa opened this issue Oct 19, 2024 · 0 comments
Milestone

Comments

@manusa
Copy link
Member

manusa commented Oct 19, 2024

Description

Requires #5719

The default HTTP client implementation bundled with the Fabric8 Client is io.fabric8:kubernetes-httpclient-okhttp.

The main reason is that this is the client implementation that was used even before we provided an abstraction layer and multiple HTTP client implementations to choose from.
In addition, the Fabric8 MockWebServer was based on OkHttp MockWebServer.

OkHttp is the less performant of all the implementations.
Vert.x is the most compatible and versatile client implementation.
Vert.x is also used in many downstream projects, so it can be reused.

We need to switch the default bundled httpclient implementation from OkHttp to Vert.x.

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

No branches or pull requests

1 participant