Investigate applying ReactorNettyHttpClientMapper beans to the HttpClient used by an auto-configured ReactorClientHttpRequestFactoryBuilder #43365
Labels
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
Milestone
I'm trying out the new HTTP client enhancements made with 3.4.0 and noticed:
spring.http.client
properties don't apply to auto-configuredWebClient.Builder
instances.ReactorNettyHttpClientMapper
beans are not applied to theHttpClient
created byReactorClientHttpRequestFactoryBuilder
.I was hoping to be able to simplify my configuration by re-using the same (or rather identically configured) Reactor
HttpClient
instances across myWebClient
andRestTemplate
beans, but it looks like I still need to configure those separatedly.Are there plans to harmonize the configuration to allow the new properties and existing customizers like
ReactorNettyHttpClientMapper
to apply globally to all auto-configured HTTP clients?Related:
WebClient
, but was closed as a duplicate).The text was updated successfully, but these errors were encountered: