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.

+