davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 105 forks source link

Use hystrix to call portfolio service from web #26

Closed davpin closed 8 years ago

davpin commented 8 years ago

There should be a fallback method in case portfolio isn't available.

davpin commented 8 years ago

fixed in c51d59b "adding hystrix for calls to portfolio"