Browse Source

Sync docs from 2.2.x to gh-pages

gh-pages
buildmaster 5 years ago
parent
commit
16bc12cb6a
  1. 4
      2.2.x/reference/html/index.html
  2. 4
      2.2.x/reference/html/spring-cloud-commons.html

4
2.2.x/reference/html/index.html

@ -1653,6 +1653,10 @@ We suggest passing a <code>DiscoveryClientServiceInstanceListSupplier</code> del @@ -1653,6 +1653,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>

4
2.2.x/reference/html/spring-cloud-commons.html

@ -1653,6 +1653,10 @@ We suggest passing a <code>DiscoveryClientServiceInstanceListSupplier</code> del @@ -1653,6 +1653,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>

Loading…
Cancel
Save