Update docs.

This commit is contained in:
Olga Maciaszek-Sharma
2019-09-09 18:02:05 +02:00
parent 2f233f384a
commit 9ec14f6fbd
2 changed files with 3 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ See the https://consul.io/intro/index.html[intro] for more information.
* Spring Cloud `DiscoveryClient` implementation
** supports Ribbon and Zuul
** supports Spring Cloud LoadBalancer
* Consul based `PropertySource` loaded during the 'bootstrap' phase.
* Spring Cloud Bus implementation based on Consul https://www.consul.io/docs/agent/http/event.html[events]

View File

@@ -262,8 +262,8 @@ where the STORES service lives.
TIP: Spring Cloud now also offers support for
https://cloud.spring.io/spring-cloud-commons/reference/html/#_spring_resttemplate_as_a_load_balancer_client[Spring Cloud LoadBalancer].
As Spring Cloud Ribbon is now under maintenance, we suggest you set `spring.cloud.loadbalancer.default`
to `true`, so that `BlockingLoadBalancerClient` is used instead of `RibbonLoadBalancerClient`.
As Spring Cloud Ribbon is now under maintenance, we suggest you set `spring.cloud.loadbalancer.ribbon.enabled`
to `false`, so that `BlockingLoadBalancerClient` is used instead of `RibbonLoadBalancerClient`.
==== Using the DiscoveryClient