From b41d197c78a4b438b21ceac947388e6e36ff3b57 Mon Sep 17 00:00:00 2001 From: Tiffany <61991875+Tiffany-Chien@users.noreply.github.com> Date: Tue, 27 Jul 2021 05:26:29 -0400 Subject: [PATCH] Update spring-cloud-commons.adoc (#991) --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index 71fcf711..af8cefd1 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -914,7 +914,7 @@ The default setup includes `ttl` set to 35 seconds and the default `initialCapac You can also altogether disable loadBalancer caching by setting the value of `spring.cloud.loadbalancer.cache.enabled` to `false`. -WARNING: Although the basic, non-cached, implementation is useful for prototyping and testing, it's much less efficient than the cached versions, so we recommend always using the cached version in production. +WARNING: Although the basic, non-cached, implementation is useful for prototyping and testing, it's much less efficient than the cached versions, so we recommend always using the cached version in production. If the caching is already done by the `DiscoveryClient` implementation, for example `EurekaDiscoveryClient`, the load-balancer caching should be disabled to prevent double caching. === Zone-Based Load-Balancing