From 16bc12cb6a013b791755f077a9be77d15c0ea267 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 18 May 2020 14:25:06 +0000 Subject: [PATCH] Sync docs from 2.2.x to gh-pages --- 2.2.x/reference/html/index.html | 4 ++++ 2.2.x/reference/html/spring-cloud-commons.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/2.2.x/reference/html/index.html b/2.2.x/reference/html/index.html index 9de00344..1f1e1bca 100644 --- a/2.2.x/reference/html/index.html +++ b/2.2.x/reference/html/index.html @@ -1653,6 +1653,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/2.2.x/reference/html/spring-cloud-commons.html b/2.2.x/reference/html/spring-cloud-commons.html index 9de00344..1f1e1bca 100644 --- a/2.2.x/reference/html/spring-cloud-commons.html +++ b/2.2.x/reference/html/spring-cloud-commons.html @@ -1653,6 +1653,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.

+