SaaSHub helps you find the best software and product alternatives Learn more →
Hystrix Alternatives
Similar projects and alternatives to Hystrix
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
-
Apache JMeter
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
-
-
-
-
Zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
-
javaslang-circuitbreaker
Resilience4j is a fault tolerance library designed for Java8 and functional programming
-
Akka
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.
-
-
Ribbon
Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Hystrix discussion
Hystrix reviews and mentions
-
3 Types of Chaos Experiments and How To Run Them
Implement Resilience Patterns. Use libraries like Hystrix, resilience4j, or Spring Cloud Circuit Breaker to implement patterns that prevent failures from cascading across services. This includes:
-
Building Microservices in Java: A Practical Guide
This would be very crucial for ensuring service reliability. What’s more, you can use libraries like Hystrix or Resilience4j when implementing these patterns.
-
Ask HN: Modern Node.js Request Fault Tolerance Library?
Oops, forgot to include the Hystrix link, https://github.com/Netflix/Hystrix
-
[OC] Gender diversity in Tech companies
They had to figure out video compression that worked at the volume that they wanted to deliver. They had to build and maintain their own CDN to be able to have a always available and consistent viewing experience. Don’t even get me started on the resiliency tools like hystrix that they were kind enough to open source. I mean, they have their own fucking data science framework and they’re looking into using neural networks to downscale video.. Sound familiar? That’s cause that’s practically the same thing as Nvidia’s DLSS (which upscales instead of downscales).
-
What is a service mesh?
When breaking up a monolithic app into microservices, the communication between these services becomes vital to the health and performance of the application. Technically, you could incorporate the features to manage this traffic directly into your application. This is what Twitter, Google, and Netflix did with massive internal libraries like Finagle, Stubby, and Hysterix.
-
Timestone: Netflix’s High-Throughput, Low-Latency Priority Queueing System
Hystrix: https://github.com/Netflix/Hystrix Hollow: https://hollow.how/
- Circuit Breaker Explained
- Hystrix
- I love this and wanna build something similar, I know close to zero programming though (thinking about starting)
-
A tentative comparison of fault tolerance libraries on the JVM
Have you actually read the article and maybe also https://github.com/Netflix/Hystrix status section??!
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 May 2025
Stats
Netflix/Hystrix is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Hystrix is Java.