XRPC(X Remote Procedure Call)
,Based on netty and high-performance RPC framework, it can be seamlessly integrated with spring framework
- Transport Layer: Netty、Protobuf
- Application Layer: JDK Dynamic Agent
- Registration Center: Zookeeper
- 优化Netty长连接,引入连接池。
- 代理层引入Cglib。
- 注册中心引入Nacos。
- 添加后台监控功能。
首先需要安装 Zookeeper
并保证网络通畅,更多详情请参见demo
项目。