SaaSHub helps you find the best software and product alternatives Learn more →
Hystrix Alternatives
Similar projects and alternatives to Hystrix
-
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
-
Zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
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.
-
-
-
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
javaslang-circuitbreaker
Resilience4j is a fault tolerance library designed for Java8 and functional programming
-
-
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
-
-
consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
-
Eureka
AWS Service registry for resilient mid-tier load balancing and failover. (by Netflix)
-
-
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
-
-
Caddy
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
-
-
-
Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Hystrix reviews and mentions
-
[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.
- Circuit Breaker Explained
- 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
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.
-
Summary of the AWS Service Event in the Northern Virginia (US-East-1) Region
Netflix was talking alot about circuit breaks a few years ago, and had the Hystrix project. Looks like Hystrix is discontinued, so I'm not sure if there are good library solutions that are easy to adopt. Overall I don't see it getting talked about that frequently... beyond just exponential backoff inside a retry loop.
-
Programming Microservices Communication With Istio
Routing, circuit breaking, retries, fail-overs, fault injection — Think of Netflix Ribbon, Hytrix and so on.
-
What are some open source applications which have a robust external API calls implementations ?
Let met explain. Request/Reply can need retry but its latency and retry constraints are far different than Pub/Sub (aka fire and forget). Request/Reply retry patterns are best seen in Netflix Hystrix w/ the bulkhead pattern.
- Ask HN: What are the best the publicly available FAMANG code repos?
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea59489108>
www.saashub.com | 29 Jan 2023
Stats
Netflix/Hystrix is an open source project licensed under Apache License 2.0 which is an OSI approved license.