Skip to content

RestClient - Add support for asynchronous calls #34290

@ThomasVitale

Description

@ThomasVitale

The RestClient provides a very convenient API on top of HTTP Clients implementations from OpenJDK, Apache, Jetty, and Netty. All those HTTP Clients provide support for performing asynchronous calls. However, the RestClient APIs do not support asynchronous behavior.

The current alternative is skipping Spring and using the underlying HTTP Client library directly or switching to reactive.

I would like to suggest extending the RestClient to support asynchronous calls, and I'm available to help out anyway I can.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently apply

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions