Cheat Sheet

MicroProfile Fault Tolerance

Martin Stefanko
July 8, 2020
MicroProfile Fault Tolerance Cover

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

Comments