From 93af2391bcdbb133f3ae7dc105d1712664532a41 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 5 Nov 2019 14:51:49 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/index.html | 4 ++-- reference/html/spring-cloud-commons.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/html/index.html b/reference/html/index.html index b5d70697..fa7bd6ff 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1029,7 +1029,7 @@ If you see errors such as java.lang.IllegalArgumentException: Can not set

WebClient can be configured to use the ReactiveLoadBalancer. If you add Spring Cloud LoadBalancer starter to your project, ReactorLoadBalancerExchangeFilterFunction is auto-configured if spring-webflux is on the classpath. -The following example shows how to configure a WebClient to use reactive load balancer under the hood:

+The following example shows how to configure a WebClient to use reactive load-balancer under the hood:

@@ -1076,7 +1076,7 @@ to false. but you do have spring-cloud-starter-netflix-ribbon, you can still use WebClient with LoadBalancerClient. LoadBalancerExchangeFilterFunction will be auto-configured if spring-webflux is on the classpath. Please note, however, that this is uses a non-reactive client under the hood. -The following example shows how to configure a WebClient to use load balancer:

+The following example shows how to configure a WebClient to use load-balancer:

diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html index b5d70697..fa7bd6ff 100644 --- a/reference/html/spring-cloud-commons.html +++ b/reference/html/spring-cloud-commons.html @@ -1029,7 +1029,7 @@ If you see errors such as java.lang.IllegalArgumentException: Can not set

WebClient can be configured to use the ReactiveLoadBalancer. If you add Spring Cloud LoadBalancer starter to your project, ReactorLoadBalancerExchangeFilterFunction is auto-configured if spring-webflux is on the classpath. -The following example shows how to configure a WebClient to use reactive load balancer under the hood:

+The following example shows how to configure a WebClient to use reactive load-balancer under the hood:

@@ -1076,7 +1076,7 @@ to false. but you do have spring-cloud-starter-netflix-ribbon, you can still use WebClient with LoadBalancerClient. LoadBalancerExchangeFilterFunction will be auto-configured if spring-webflux is on the classpath. Please note, however, that this is uses a non-reactive client under the hood. -The following example shows how to configure a WebClient to use load balancer:

+The following example shows how to configure a WebClient to use load-balancer: