mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-26 10:09:16 +00:00
Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: Logic <zqr10159@dromara.org> Co-authored-by: songyinyin <song_yinyin@163.com>
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.