Skip to content

andreluiskg/GiuseppeScaramuzzino-quarkus-microprofile-fault-tolerance-part2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microprofile Fault Tolerance with Quarkus Part 2

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:

Alt text

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/ .

Running the quarkus-service application in dev mode

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

Running the quarkus-rest-client application in dev mode

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

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%