kbastani / spring-cloud-microservice-example

An example project that demonstrates an end-to-end cloud native application using Spring Cloud for building a practical microservices architecture.
http://www.kennybastani.com/2015/07/spring-cloud-docker-microservices.html
GNU General Public License v3.0
176 stars 135 forks source link

hystrix setup for avoid timeout #47

Open joedayz opened 7 years ago

joedayz commented 7 years ago

I downloaded the application today and found it exception when load the movie microservice.

com.netflix.zuul.exception.ZuulException: Forwarding error

Investigate about this topic and found it error reported

https://github.com/spring-cloud/spring-cloud-netflix/issues/1417

The solution was setup the hystrix timeout in the application.yml

José Díaz PERU JUG