In the previous Microservice Tutorial ,we have learned about How to use Zuul API gateway. In this Tutorial , we will learn about Hystrix which act as a Circuit breaker of the services. Circuit breaker -- the term is new to you in terms of Software...
Home » Posts filed under microservice tutorial
Microservices Communication: Hystrix As The Jon Snow
in
building microservices,
Microservice,
microservice tutorial
- on August 26, 2017
- No comments
Microservices Tutorial: Ribbon as a Load balancer
in
building microservices,
Microservice,
microservice tutorial
- on August 11, 2017
- No comments

In the previous Microservice tutorial , we have learned How to communicate with other Microservice using Feign as a REST client and Eureka server as a Service discovery.
In all cases, We consider only one instance of a Microservice-- which calls...