Files
hertzbeat/remoting

Remoting

This is a server-client interaction implemented using the Netty framework, primarily intended for use in distributed scenarios, especially for facilitating communication between Manager and Collector components.

Implementation is referenced from the remoting module of RocketMQ

Special thanks to RocketMQ and Netty for providing the open-source code.