WebClientAutoConfiguration
provides a WebClient.Builder
prototype bean for use where as RestClientAutoConfiguration
offers a RestClientBuilderConfigurer
. I'm wondering if we really need the configurer and how common it is to want to configure an existing builder.