duoan / mini-rpc
Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
☆226Updated last year
Related projects ⓘ
Alternatives and complementary repositories for mini-rpc
- AvatarMQ is a distributed message queue system based on Netty (Java-NIO framework).☆207Updated 8 years ago
- A high-performance, open-source java RPC framework.☆157Updated 11 months ago
- Netty HTTP 协议栈的简单实践☆157Updated 7 years ago
- 使用dubbo注册服务,netty做服务器,springmvc提供restful接口☆244Updated 5 years ago
- 基于dubbo的分布式工程开发规范实例工程,分布式跟踪、ID生成、分布式事务、分布式治理、分表分库、分布式锁、选举、分布式配置、API文档生成器...☆483Updated 6 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现☆116Updated 8 years ago
- ☆86Updated 7 years ago
- 一个采用Netty实现的RPC框架,适用于Spring Boot,Spring Cloud!☆165Updated 3 years ago
- 基于netty轻量的高性能分布式RPC服务框架☆429Updated 7 years ago
- 使用java nio,oio,aio等原生态io和线程池,实现的分布式跨语言服务化框架☆200Updated 6 years ago
- 1、mysql数据同步到redis 2、redis里面主键的设计、3、redis和数据库之间的数据同步☆221Updated 8 years ago
- 非常高性能又简单的Mycat NIO框架,被很多人用于RPC开发以及基础平台中☆132Updated 11 months ago
- Distributed lock implementation using Redis and Zookeeper.基于redis和zookeeper分布式工具集-包括:分布式锁实现,分布式速率限制器,分布式序列等☆548Updated 8 years ago
- 一些公共组件及学习应用:RPC/统一配置中心/基于注解的分布式锁/dubbo请求级缓存/调用链追踪/RabbitMQ/Elasticsearch/zookeeper/Sping boot☆541Updated last year
- 用netty实现长连接和心跳监测的示例代码☆134Updated 5 years ago
- 分布式锁的简单实现☆106Updated 7 years ago
- simplest rpc implementation☆193Updated 6 years ago
- Java分布式开发平台:Spring, Spring MVC, MyBatis, Dubbo, Redis, Shiro权限管理, Quartz分布式调度, RocketMQ通信, 本地缓存, Redis缓存, 分布式缓存, 分布式事务☆236Updated 6 years ago
- 基于mybatis,springboot开箱即用的读写分离插件☆338Updated 3 years ago
- 模拟Spring框架,实现IOC,AOP☆136Updated 7 years ago
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆242Updated 9 years ago
- RPC with service discovery base on netty☆114Updated 7 years ago
- MyBatis源码中文注释版☆143Updated 9 years ago
- dubbo源码解析☆68Updated 6 years ago
- RocketMQ ‘s Learning Tutorial 学习教程☆141Updated 7 years ago
- activeMQ消息封装,主要解决:事务性消息、消息幂等性、异常造成的消息丢失问题 本项目不在更新,新项目请看ReliableMessageSystem: 本项目不再更新,新的版本迁移至ReliableMessageSystem 详情请看:https://g…☆125Updated last year
- 一个基于Netty的网络框架,同一端口支持HTTP/自定义TCP协议/WebSocket协议,支持多种序列化方式☆235Updated 5 months ago
- 一个高可用的,专门针对定时 任务的分布式任务调度框架☆338Updated last year
- 封装activeMQ,支持数据库事务,使用Spring4注解方式,解决分布式事务问题本项目是对项目ActiveMQ项目优化☆97Updated 2 years ago
- A lightweight distributed message queue framework.(分布式消息队列XXL-MQ)☆441Updated 4 years ago