| ### 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](https://github.com/apache/rocketmq) 的 [remoting 模块](https://github.com/apache/rocketmq/tree/develop/remoting)** |
| **Implementation reference [remoting module](https://github.com/apache/rocketmq/tree/develop/remoting) of [RocketMQ](https://github.com/apache/rocketmq)** |
| |
| **Thanks to RocketMQ, Netty for the open source code.** |
| |
| |