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.

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

Thanks to RocketMQ, Netty for the open source code.