Spring cloud - how to get benefits of retry,load balancing and circuit breaker for distributed spring application
问题 I want the following features in spring-cloud-Eureka backed microservices application. 1) Load balancing - if I have 3 nodes for one service, load balancing should happen between them 2)Retry logic - if one of the nodes did not respond, retry should happen for certain number ( eg 3. should be configurable) before falling back to another node. 3)circuit breaker - if for some reasons, all the 3 nodes of service is having some issue accessing db and throwing exceptions or not responding, the