-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
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)Issues in web modules (web, webmvc, webflux, websocket)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply