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

portfolio service should use Hystrix to call the quote service #5

Closed davpin closed 8 years ago

davpin commented 9 years ago

Portfolio service should use Hystrix when calling the quote service. Currently, when fetching a quote fails, retrieving the portfolio fails completely. It should at least send back the list of transactions.