From 872a0ec2b7f52aa39a150cfcd0cb24b34e57b054 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 18 May 2020 16:07:31 +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, 8 insertions(+) diff --git a/reference/html/index.html b/reference/html/index.html index eb29ca3a..1085e2d1 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1615,6 +1615,10 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del

In order to make working on your own LoadBalancer configuration easier, we have added some utility methods in ServiceInstanceListSuppliers class.

+
TIP
+
+

You can also use our alternative predefined configurations in place of the default ones by setting the value of spring.cloud.loadbalancer.configurations property to zone-preference to use ZonePreferenceServiceInstanceListSupplier with caching or to health-check to use HealthCheckServiceInstanceListSupplier with caching.

+
diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html index eb29ca3a..1085e2d1 100644 --- a/reference/html/spring-cloud-commons.html +++ b/reference/html/spring-cloud-commons.html @@ -1615,6 +1615,10 @@ We suggest passing a DiscoveryClientServiceInstanceListSupplier del

In order to make working on your own LoadBalancer configuration easier, we have added some utility methods in ServiceInstanceListSuppliers class.

+
TIP
+
+

You can also use our alternative predefined configurations in place of the default ones by setting the value of spring.cloud.loadbalancer.configurations property to zone-preference to use ZonePreferenceServiceInstanceListSupplier with caching or to health-check to use HealthCheckServiceInstanceListSupplier with caching.

+