From fb879e7cf1d32ae26e53b42a003e0b543548d936 Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Fri, 30 Jun 2023 17:32:58 +0200 Subject: [PATCH] Adjust docs. --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index 03813c63..7f213d75 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -949,8 +949,6 @@ WARNING: Although the basic, non-cached, implementation is useful for prototypin NOTE: When you create your own configuration, if you use `CachingServiceInstanceListSupplier` make sure to place it in the hierarchy directly after the supplier that retrieves the instances over the network, for example, `DiscoveryClientServiceInstanceListSupplier`, before any other filtering suppliers. -==== - === Weighted Load-Balancing To enable weighted load-balancing, we provide the `WeightedServiceInstanceListSupplier`. We use `WeightFunction` to calculate the weight of each instance.