Browse Source

Merge remote-tracking branch 'origin/3.0.x'

pull/995/head
Olga MaciaszekSharma 3 years ago
parent
commit
9b97470296
  1. 2
      docs/src/main/asciidoc/spring-cloud-commons.adoc

2
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 @@ -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

Loading…
Cancel
Save