Sync docs from master to gh-pages
This commit is contained in:
@@ -1029,7 +1029,7 @@ If you see errors such as <code>java.lang.IllegalArgumentException: Can not set
|
||||
<p><code>WebClient</code> can be configured to use the <code>ReactiveLoadBalancer</code>.
|
||||
If you add <a href="#spring-cloud-loadbalancer-starter">Spring Cloud LoadBalancer starter</a> to your project,
|
||||
<code>ReactorLoadBalancerExchangeFilterFunction</code> is auto-configured if <code>spring-webflux</code> is on the classpath.
|
||||
The following example shows how to configure a <code>WebClient</code> to use reactive load balancer under the hood:</p>
|
||||
The following example shows how to configure a <code>WebClient</code> to use reactive load-balancer under the hood:</p>
|
||||
</div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
@@ -1076,7 +1076,7 @@ to <code>false</code>.
|
||||
but you do have spring-cloud-starter-netflix-ribbon, you can still use <code>WebClient</code> with <code>LoadBalancerClient</code>. <code>LoadBalancerExchangeFilterFunction</code>
|
||||
will be auto-configured if <code>spring-webflux</code> 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 <code>WebClient</code> to use load balancer:</p>
|
||||
The following example shows how to configure a <code>WebClient</code> to use load-balancer:</p>
|
||||
</div>
|
||||
<div class="listingblock">
|
||||
<div class="content">
|
||||
|
||||
Reference in New Issue
Block a user