From b0d57b0a38923c223d9382d358c2f6ea093cf611 Mon Sep 17 00:00:00 2001
From: buildmaster ApacheHttpClientConnectionManagerFactory
for the Apache
HTTP client and OkHttpClientConnectionPoolFactory
for the OK HTTP client. You can provide
your own implementation of these beans if you would like to customize how the HTTP clients are created
-in downstream projects. You can also disable the creation of these beans by setting
+in downstream projects. In addition, if you provide a bean of type HttpClientBuilder
and/or OkHttpClient.Builder
,
+the default factories will use these builders as the basis for the builders returned to downstream projects.
+You can also disable the creation of these beans by setting
spring.cloud.httpclientfactories.apache.enabled
or spring.cloud.httpclientfactories.ok.enabled
to
false
.