
Cheat Sheet
MicroProfile Fault Tolerance

Get the cheat sheet
About
Fault Tolerance means your microservice can handle failures in a graceful way. MicroProfile Fault Tolerance helps you define and handle problems in a consistent and robust manner.
Martin Stefanko's cheat sheet includes:
- Defining Timeouts, Retries, Circuit Breakers, and more
- Configuring your environment, including default values
- Disabling individual policies, e.g. turn off a Circuit Breakers
- Using a Fallback method