Resilience: Hystrix
In this lesson, we'll look at resilience with Hystrix in detail.
We'll cover the following...
Introduction
With synchronous communication between microservices, it is important that the failure of one microservice does not cause other microservices to fail as well. ...