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

add secondary external quote service #7

Closed davpin closed 8 years ago

davpin commented 9 years ago

The quote service is using markitondemand to retrieve quote and company information. This is being used because it is free with no limits on number of calls. However, it is very temperamental.

A secondary service should be added, yahoo finance for example, with hystrix to handle the failed calls to markitondemand.