mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-25 17:39:02 +00:00
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.