Skip to content

Commit

Permalink
apache#1759 Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Pujara <104253184+MananPoojara@users.noreply.github.com>
  • Loading branch information
MananPoojara committed Apr 17, 2024
1 parent c96cf1c commit 35bd0a2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions remoting/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
### 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.

使用 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.
**Implementation is referenced from the [remoting module](https://github.com/apache/rocketmq/tree/develop/remoting) of [RocketMQ](https://github.com/apache/rocketmq)**


**实现参考 [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.**
**Special thanks to RocketMQ and Netty for providing the open-source code.**


0 comments on commit 35bd0a2

Please sign in to comment.