diff --git a/reference/html/index.html b/reference/html/index.html index a6dc0e30..f562b006 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -139,7 +139,7 @@ $(addBlockSwitches);
The URI needs to use a virtual host name (that is, a service name, not a host name). -The Ribbon client is used to create a full physical address.
+The Ribbon client or Spring Cloud LoadBalancer is used to create a full physical address.WebClient to use rea
The URI needs to use a virtual host name (that is, a service name, not a host name).
-The ReactorLoadBalancerClient is used to create a full physical address.
ReactorLoadBalancer is used to create a full physical address.
+| + + | +
+If you have spring-cloud-netflix-ribbon in your classpath, LoadBalancerExchangeFilterFunction
+will be used by default to maintain backward compatibility. In order to be able to use
+ReactorLoadBalancerExchangeFilterFunction, set the value of spring.cloud.loadbalancer.ribbon.enabled property
+to false.
+ |
+
If you you don’t have org.springframework.cloud:spring-cloud-starter-loadbalancer in your project,
but you do have spring-cloud-starter-netflix-ribbon, you can still use WebClient with LoadBalancerClient. LoadBalancerExchangeFilterFunction
diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html
index a6dc0e30..f562b006 100644
--- a/reference/html/spring-cloud-commons.html
+++ b/reference/html/spring-cloud-commons.html
@@ -139,7 +139,7 @@ $(addBlockSwitches);
The URI needs to use a virtual host name (that is, a service name, not a host name). -The Ribbon client is used to create a full physical address.
+The Ribbon client or Spring Cloud LoadBalancer is used to create a full physical address.WebClient to use rea
The URI needs to use a virtual host name (that is, a service name, not a host name).
-The ReactorLoadBalancerClient is used to create a full physical address.
ReactorLoadBalancer is used to create a full physical address.
+| + + | +
+If you have spring-cloud-netflix-ribbon in your classpath, LoadBalancerExchangeFilterFunction
+will be used by default to maintain backward compatibility. In order to be able to use
+ReactorLoadBalancerExchangeFilterFunction, set the value of spring.cloud.loadbalancer.ribbon.enabled property
+to false.
+ |
+
If you you don’t have org.springframework.cloud:spring-cloud-starter-loadbalancer in your project,
but you do have spring-cloud-starter-netflix-ribbon, you can still use WebClient with LoadBalancerClient. LoadBalancerExchangeFilterFunction