August 2018
Intermediate to advanced
372 pages
9h 29m
English
The circuit breaker pattern is intended to handle failures that are created when a system interacts with other systems that are running in different processes using remote calls. The main idea behind this pattern is to wrap the call with an object that is able to monitor failures and produce successful responses, as shown in the following diagram:

Note that the circuit breaker pattern provides an alternate response once a connection can't be established with the targeted service. Let's look at how to implement this pattern and make it part of our application using Hystrix.
Read now
Unlock full access