阿里巴巴微服务开源项目盘点

文章目录

  • 阿里巴巴微服务开源项目盘点
          • 1、Apache Dubbo
          • 2、Apache RocketMQ
          • 3、OpenMessaging
          • 4、Nacos
          • 5、Sentinel
          • 6、Arthas
          • 7、Spring Cloud Alibaba
          • 8、Fescar
          • 9、开源规划图

阿里巴巴微服务开源项目盘点


1、Apache Dubbo

Apache Dubbo 是一款高性能、轻量级的开源Java RPC框架,是国内影响力最大、使用最广泛的开源服务框架之一,它提供了三大核心能力:面向接口的远程方法调用,智能容错和负载均衡,以及服务自动注册和发现。在2016年、2017、2018年开源中国发起的最受欢迎的中国开源软件评选中,连续三年进入Top10名单。2019年2月Dubbo发布了2.7.0,这一版本将用于Apache 基金会的正式毕业版本。

项目地址:https://github.com/apache/incubator-dubbo

最新动态:探秘 Dubbo 的度量统计基础设施 - Dubbo Metrics

Dubbo 生态添新兵,Dubbo Admin 发布 v0.1:https://yq.aliyun.com/articles/691020

谁正在用:https://github.com/apache/incubator-dubbo/issues/1012

2、Apache RocketMQ

项目地址:https://github.com/apache/rocketmq

3、OpenMessaging

项目地址:https://github.com/openmessaging/openmessaging-java

4、Nacos

项目地址:https://github.com/alibaba/nacos

5、Sentinel

项目地址:https://github.com/alibaba/sentinel

6、Arthas

项目地址:https://github.com/alibaba/arthas

7、Spring Cloud Alibaba

项目地址:https://github.com/spring-cloud-incubator/spring-cloud-alibaba

8、Fescar

项目地址:https://github.com/alibaba/Fescar

9、开源规划图

阿里巴巴微服务开源项目盘点_第1张图片

你可能感兴趣的:(阿里巴巴微服务开源项目盘点)