youtube.com/watch?v=YAs9...
I have included my notes on the video here 👇
youtube.com/watch?v=YAs9...
I have included my notes on the video here 👇
Bulkhead refers to the decisions taken to limit the impact of failures, e.g. limiting the amount of connections to a DB per service or application, or deploying a services in multizone mode.
Bulkhead refers to the decisions taken to limit the impact of failures, e.g. limiting the amount of connections to a DB per service or application, or deploying a services in multizone mode.
There are a good amount of libraries in nearly all languages implementing the Circuit Breaker, a pattern that can increase your resilience in distributed systems.
There are a good amount of libraries in nearly all languages implementing the Circuit Breaker, a pattern that can increase your resilience in distributed systems.
A good use of timeout and fail fast could make your system much more resilient.
A good use of timeout and fail fast could make your system much more resilient.