Files
9dbbfb7812 upgrade springboot 3.0 and java 17 (#1620)
Signed-off-by: tomsun28 <tomsun28@outlook.com>
Co-authored-by: Logic <zqr10159@dromara.org>
Co-authored-by: songyinyin <song_yinyin@163.com>
2024-03-06 20:04:25 +08:00
..
2024-03-03 11:28:57 +08:00

Remoting

使用 netty 框架实现的 server client 交互,分布式场景使用,主要用于 Manager 和 Collector 交互。
The server client interaction implemented using the netty framework is mainly used for the interaction between Manager and Collector in a distributed scenario.

实现参考 RocketMQ 的 remoting 模块
Implementation reference remoting module of RocketMQ

Thanks to RocketMQ, Netty for the open source code.