#
rpc-framework
Here are 102 public repositories matching this topic...
ikhoon
commented
Mar 19, 2020
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
A simple RPC framework based on Netty, ZooKeeper and Spring
-
Updated
Aug 31, 2020 - Java
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
java
socket
distributed-systems
spring
microservice
netty
high-performance
cluster
service-discovery
rpc
nio
rpc-framework
hessian
jupiter
service-consumer
service-provider
service-registry
kryo
protostuff
netty4
-
Updated
Jun 15, 2020 - Java
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥 🔥 🔥 🔥 🔥
java
redis
elasticsearch
lambda
microservices
kafka
spring
spring-boot
spring-cloud
tomcat
zookeeper
rpc
spring-mvc
rpc-framework
dubbo
log4j2
rocketmq
elastic-job
sharding-jdbc
distributed-rpc
-
Updated
Sep 5, 2020 - Java
grain是一个极简的、组件式的RPC框架,灵活且适合渐进学习,可与任何框架整合。同时包含(系统通用多线程模型与消息通讯 || 多对多关系的分布式锁 || 基于Servlet的HTTP框架 || 基于系统通用多线程模型的Websocket框架 || 支持行级锁的多线程锁 )等组件,按需选择组件,不绑架开发者。
-
Updated
Oct 30, 2019 - Java
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
java
api
serialization
cross-platform
serializer
rpc
rpc-server
hprose
rpc-client
rpc-framework
rpc-library
rpc-service
serialization-library
serialize
cross-language
-
Updated
Jul 1, 2020 - Java
Java language framework rpc source code implementation
-
Updated
Aug 20, 2020 - Java
Dubbo3: distributed RPC framework from Alibaba Dubbo2
-
Updated
Jul 18, 2018 - Java
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
-
Updated
Nov 1, 2018 - Java
已作为 Hasor 的子项目,迁移到:http://git.oschina.net/zycgit/hasor
java
distributed-systems
spring
high-performance
cluster
service-discovery
rpc
soa
dubbox
hprose
nutz
service-registration
jfinal
rpc-framework
dubbo
service-consumer
service-provider
service-registry
service-oriented
hasor
-
Updated
May 15, 2017 - Java
EasyRpc is a simple, high-performance, easy-to-use RPC framework based on Netty, ZooKeeper and ProtoStuff.
-
Updated
May 16, 2020 - Java
Hessian binary web service protocol. This is a Git mirror of the official Subversion repository where Hessian is actively developped (svn://svn.caucho.com/home/svn/svnroot/resin/trunk/modules/hessian). This mirror is updated automatically on a daily basis. No parallel development is performed here. Feel free to fork this project to implement custom features while tracking upstream changes.
-
Updated
Feb 29, 2020 - Java
rpcx implementation in Java for server side and client side
-
Updated
Mar 31, 2020 - Java
Ob1k - The RPC Framework
-
Updated
Jan 4, 2020 - Java
What the ZNS is an implementation of distribution RPC.
-
Updated
Dec 20, 2019 - Java
DaRPC: Data Center Remote Procedure Call
-
Updated
Jun 20, 2019 - Java
Pure Java implementation of ONCRPC/SUNRPC
-
Updated
Jun 16, 2020 - Java
A reliable, scalable, fast remoting module for rapid development of high performance network program with netty best practice(not rpc,not soa framework, just the cornerstone of them)
-
Updated
Dec 5, 2016 - Java
Project to assist you in getting started using Netifi.
microservices
reactive
reactive-streams
reactive-programming
microservices-architecture
rpc-framework
rsocket
netifi
netifi-proteus
-
Updated
Dec 11, 2019 - Java
High performance RPC framework.
-
Updated
Aug 4, 2020 - Java
an Rpc framework base on Netty and Spring
-
Updated
Oct 7, 2017 - Java
Gungnir是一个基于Spring,Netty,Zookeeper的轻量级分布式RPC服务框架
-
Updated
Jun 15, 2020 - Java
ProActive Programming library
-
Updated
Sep 3, 2020 - Java
rpc netty kryo
-
Updated
Mar 28, 2017 - Java
Improve this page
Add a description, image, and links to the rpc-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-framework topic, visit your repo's landing page and select "manage topics."
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
收集方式
请按如下参考格式回复本 Issue 进行登记:
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务