A tentative comparison of fault tolerance libraries on the JVM

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • failsafe

    Fault tolerance and resilience patterns for the JVM

  • A couple of libraries implement these features on the JVM. In this post, we will look at Microprofile Fault Tolerance, Failsafe and Resilience4J.

  • Hystrix

    Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.

  • I came upon Resilience4J when I was running my talk on the Circuit Breaker pattern. The talk included a demo, and it relied on Hystrix. One day, I wanted to update the demo to the latest Hystrix version and noticed that maintainers had deprecated it in favor of Resilience4J.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Picking up Go as a Java dev—what could possibly go wrong?

    3 projects | /r/golang | 12 Dec 2022
  • Summary of the AWS Service Event in the Northern Virginia (US-East-1) Region

    4 projects | news.ycombinator.com | 10 Dec 2021
  • Fantastic Microservice and the Sorcerer's Circuit Breaker

    2 projects | dev.to | 13 Jan 2021
  • The Senior Engineer's Guide to the Code Reviews

    5 projects | dev.to | 3 Jun 2024
  • Dotenvx with Docker, the better way to manage project environment variables with secrets

    2 projects | dev.to | 30 May 2024