Microprofile Fault Tolerance with Quarkus | Part 2 | @Timeout | @CircuitBreaker and @Retry
It is increasingly important to build fault-tolerant #microservice.
The MicroProfile Fault Tolerance feature defines a standard API to implement a set of fault tolerance policies.
Microprofile Fault Tolerance makes it easy to build resilient microservices that provide reliable function, even when errors occur.
Follow the video tutorial:
This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/.
If you want to learn more about Microprofile, please visit its website: https://microprofile.io/ .
You can run your application in dev mode that enables live coding using:
cd quarkus-service
./mvnw compile quarkus:dev
curl http://localhost:8081/message
You can run your application in dev mode that enables live coding using:
cd quarkus-rest-client
./mvnw compile quarkus:dev
curl http://localhost:8080/message