-
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.
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.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
javaslang-circuitbreaker
Resilience4j is a fault tolerance library designed for Java8 and functional programming
Hystrix as been deprecated in favour of https://github.com/resilience4j/resilience4j
-
Sentinel
A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
-
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
-
-
mycollab
Discontinued An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document
-
cloud-native-starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Springy-Store-Microservices
Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
-
api-layer
The API Mediation Layer provides a single point of access for mainframe service REST APIs.
-
I like Failsafe personally. Nice clear API.
-
Slack's API Client is fairly robust, with retries, async client, rate limiting support.