Skip to content

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.

License

Notifications You must be signed in to change notification settings

wudimahua/sofa-rpc

This branch is 562 commits behind sofastack/sofa-rpc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3337cc · Apr 20, 2018

History

26 Commits
Apr 18, 2018
Apr 14, 2018
Apr 18, 2018
Apr 18, 2018
Apr 18, 2018
Apr 18, 2018
Apr 18, 2018
Apr 16, 2018
Apr 10, 2018
Apr 12, 2018
Apr 11, 2018
Apr 11, 2018
Apr 20, 2018
Apr 20, 2018
Apr 14, 2018

Repository files navigation

SOFARPC

Build Status Coverage Status License Maven

概述

SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。在蚂蚁金服 SOFARPC 已经经历了十多年及五代版本的发展。SOFARPC 致力于简化应用之间的 RPC 调用,为应用提供方便透明、稳定高效的点对点远程服务调用方案。为了用户和开发者方便的进行功能扩展,SOFARPC 提供了丰富的模型抽象和可扩展接口,包括过滤器、路由、负载均衡等等。同时围绕 SOFARPC 框架及其周边组件提供丰富的微服务治理方案。

功能特性

  • 透明化、高性能的远程服务调用
  • 支持多种服务路由及负载均衡策略
  • 支持多种注册中心的集成
  • 支持多种协议
  • 支持同步、单向、回调、泛化等多种调用方式
  • 支持集群容错、服务预热、自动故障隔离
  • 强大的扩展功能,可以按需扩展各个功能组件

关联项目

需要

编译需要 JDK 7 及以上、Maven 3.2.5 及以上。

运行需求 JDK 6 及以上。

文档

贡献

如何参与 SOFARPC 代码贡献

致谢

SOFARPC 最早源于阿里内部的 HSF,非常感谢毕玄创造了 HSF,使 SOFARPC 的发展有了良好的基础,也非常感谢寒泉子,独明,世范在 SOFARPC 发展过程中作出的贡献,😄。

开源许可

SOFARPC 基于 Apache License 2.0 协议,SOFARPC 依赖了一些三方组件,它们的开源协议参见依赖组件版权说明

About

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%