DEV Community

Cover image for Circuit breaker in Java with Hystrix, Resilience4j and Microprofile fault tolerance
Julien Fabre
Julien Fabre

Posted on

4 1

Circuit breaker in Java with Hystrix, Resilience4j and Microprofile fault tolerance

I tried to see implementation of circuit breaker with 3 java libraries :

I implement 3 projects with the same application based on a Microprofile application

All is in this github (with more in the Readme).

GitHub logo jufab / hystrix-resilience4j-microprofile-fault-tolerance

Test / Lab Around Hystrix, Resilience4j and Microprofile Fault Tolerance

Hystrix - Resilience4j - Microprofile Fault Tolerance

This repository contains a test around implementation of resilience and (for the moment) around Circuit breaker.

I use 3 libraries, and I want to see implementation, configuration, complexity and result.

To help me (and for my curiosity of course ^_^), I use microprofile starter to initialise all this project.

Table of Contents

Context

This is a test around this 3 libraries

For the moment, I only use the "Circuit Breaker".

Microprofile Starter

To initialise the project, I use…

I would like to share it in order to help someone to understand how to implement it and how it works.

I hope this could help.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay