In my previous Microservice Tutorial , I have shown How We can use Hystrix as a circuit Breaker and gives our service breathing room to recover itself.
In this tutorial, we will deep dive into Hystrix architecture and will eventually get to know...
Home » Archives for August 2017
Microservices Communication: Hystrix As The Jon Snow
in
building microservices,
Microservice,
microservice tutorial
- on August 26, 2017
- No comments

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 Communication: Zuul API Gateway
in
java microservices,
Microservice
- on August 21, 2017
- No comments

In the previous Microservice tutorial, we have learned How Microservices handling Client side Load balancing.
Here, we will discuss Zuul proxy.
What is a Zuul Proxy ?
The Crux of Microservices pattern is to create an Independent service which...