diff --git a/reference/html/README.html b/reference/html/README.html index 8ab9e586..80cc3404 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -186,6 +186,9 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon), Circuit Brea
supports Ribbon and Zuul
supports Spring Cloud LoadBalancer
+Spring Cloud has support for Feign (a REST client builder) and also Spring RestTemplate
for looking up services using the logical service names/ids instead of physical URLs. Both Feign and the discovery-aware RestTemplate utilize Ribbon for client-side load balancing.
spring.cloud.consul.discovery.datacenters.STORES=dc-west where STORES is the service name/id and dc-west is the datacenter
where the STORES service lives.
| + + | ++Spring Cloud now also offers support for +Spring Cloud LoadBalancer. + | +
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.
Supports Ribbon, the client side load-balancer via Spring Cloud Netflix
Supports Spring Cloud LoadBalancer - a client side load-balancer provided by the Spring Cloud project
+Supports Zuul, a dynamic router and filter via Spring Cloud Netflix
Spring Cloud has support for Feign (a REST client builder) and also Spring RestTemplate
for looking up services using the logical service names/ids instead of physical URLs. Both Feign and the discovery-aware RestTemplate utilize Ribbon for client-side load balancing.
spring.cloud.consul.discovery.datacenters.STORES=dc-west where STORES is the service name/id and dc-west is the datacenter
where the STORES service lives.
| + + | ++Spring Cloud now also offers support for +Spring Cloud LoadBalancer. + | +
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.