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

[REQ] Add support for Apache Http Client 5 Async #20306

Open
jbarth opened this issue Dec 12, 2024 · 1 comment
Open

[REQ] Add support for Apache Http Client 5 Async #20306

jbarth opened this issue Dec 12, 2024 · 1 comment

Comments

@jbarth
Copy link

jbarth commented Dec 12, 2024

Is your feature request related to a problem? Please describe.

The current support for java/kotlin clients with the apache-httpclient is only for synchronous clients, this request is to add support for the async client as well.

Describe the solution you'd like

An additional set of templates that will support creating the client via HttpAsyncClients.custom() and each API method will return CompletableFuture to make the calls async.

Describe alternatives you've considered

Not possible to support async apache otherwise

Additional context

@jbarth
Copy link
Author

jbarth commented Dec 12, 2024

Suggested PR to add support: #20307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant