What are some open source applications which have a robust external API calls implementations ?

This page summarizes the projects mentioned and recommended in the original post on /r/java

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. 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.

    CodeRabbit logo
  3. 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

  4. Sentinel

    A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)

  5. 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.

  6. conductor

    Discontinued Conductor is a microservices orchestration engine. (by Netflix)

  7. mycollab

    Discontinued An open source, free, high performance, stable and secure Java Application Business Platform of Project Management and Document

  8. cloud-native-starter

    Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. thorntail

    Discontinued Source code for the Thorntail project

  11. 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.

  12. api-layer

    The API Mediation Layer provides a single point of access for mainframe service REST APIs.

  13. failsafe

    Fault tolerance and resilience patterns for the JVM

    I like Failsafe personally. Nice clear API.

  14. java-slack-sdk

    Slack Developer Kit (including Bolt for Java) for any JVM language

    Slack's API Client is fairly robust, with retries, async client, rate limiting support.

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

  • Geoserver alternative for our kubernetes cluster

    1 project | /r/gis | 9 Jun 2022
  • Deploying Geoserver on Google Cloud Platform

    1 project | /r/gis | 6 Jun 2022
  • Cloud-Native Geospatial Outreach Event 2022

    4 projects | dev.to | 19 May 2022
  • YAS: Yet Another Shop, a sample microservices project in Java

    1 project | news.ycombinator.com | 25 Aug 2024
  • Introduction to Spring Scheduled and monitoring the task with Spring Actuator ️🕛️📈️

    1 project | dev.to | 2 Feb 2024

Did you know that Java is
the 8th most popular programming language
based on number of references?