Skip to content

springexamples/cloud-circuit-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Service Discovery + Ribbon + Hystrix

one instance of weather-app runs over 8080 calls two instances of weather-service (runs on ports 8081 and 8082) load balanced via Ribbon (using RestTemplate @LoadBalanced) and discovered via Eureka discovery service.

When one weather-service instance of the two is down, then Hystrix call the callback method for number of requests (3 I think). Then using because of service discovery, the weather-service will be removed from the discovery service after 30 seconds, and at this time all requests to the weather-service will be redirect to the single up instance of the wather-service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages