Fault Tolerance

Learn how to add fault tolerance to the Quarkus application.

Introduction

Fault tolerance refers to the ability of a system (computer, network, cloud cluster, etc.) to continue operating without interruption when one or more of its components fail. This is an essential concept because we can’t always guarantee that a given operation will not fail.

Quarkus offers an easy way to implement fault tolerance capabilities by adding an extension. We’ll use the following to-do application to test this feature.

Get hands-on with 1200+ tech skills courses.