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

Create ReactorNettyHttpClientMapper for configuring HttpClient #21135

Closed
bclozel opened this issue Apr 26, 2020 · 0 comments
Closed

Create ReactorNettyHttpClientMapper for configuring HttpClient #21135

bclozel opened this issue Apr 26, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Apr 26, 2020

Spring Framework provides a ReactorClientHttpConnector for WebClient, backed by Reactor Netty as an HTTP client. This connector implementation accepts a mapper Function<HttpClient, HttpClient> for customizing the HttpClient during its instantiation.

We should provide here a ReactorNettyHttpClientMapper interface that developers can use and declare as beans to configure HttpClient when used by the WebClient.Builder provided by Spring Boot.

@bclozel bclozel added the type: enhancement A general enhancement label Apr 26, 2020
@bclozel bclozel added this to the 2.3.0.RC1 milestone Apr 26, 2020
@bclozel bclozel self-assigned this Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant