Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2020-05-18 16:07:31 +00:00
parent 16bc12cb6a
commit 872a0ec2b7
2 changed files with 8 additions and 0 deletions

View File

@@ -1615,6 +1615,10 @@ We suggest passing a <code>DiscoveryClientServiceInstanceListSupplier</code> del
<dd>
<p>In order to make working on your own LoadBalancer configuration easier, we have added some utility methods in <code>ServiceInstanceListSuppliers</code> class.</p>
</dd>
<dt class="hdlist1">TIP</dt>
<dd>
<p>You can also use our alternative predefined configurations in place of the default ones by setting the value of <code>spring.cloud.loadbalancer.configurations</code> property to <code>zone-preference</code> to use <code>ZonePreferenceServiceInstanceListSupplier</code> with caching or to <code>health-check</code> to use <code>HealthCheckServiceInstanceListSupplier</code> with caching.</p>
</dd>
</dl>
</div>
</div>