You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
philwebb
changed the title
ReactorHttpClientBuilder should offer a factory method to create the HttpClient
ReactorHttpClientBuilder does not offer a factory method to create the HttpClient
May 7, 2025
Currently
HttpClient.create()
is called, but a different version may be wanted. We should offer a factory method. We might also want to make it easy to create a client fromorg.springframework.http.client.ReactorResourceFactory
(see https://github.com/spring-projects/spring-boot/blob/0386fbeb166e5da21ebd6f0cecf578e0321ad087/spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/howto/httpclients/webclientreactornettycustomization/MyReactorNettyClientConfiguration.java)The text was updated successfully, but these errors were encountered: