Microservices Communication: Hystrix As The Jon Snow

Microservices Communication: Hystrix As The Jon Snow
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...

Microservices Tutorial: Ribbon as a Load balancer

Microservices Tutorial: Ribbon as a Load balancer
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...