You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/01/03 09:37:09 UTC

[GitHub] walking98 commented on a change in pull request #648: add architecture.md

walking98 commented on a change in pull request #648: add  architecture.md
URL: https://github.com/apache/rocketmq/pull/648#discussion_r244945946
 
 

 ##########
 File path: docs/cn/architecture.md
 ##########
 @@ -0,0 +1,46 @@
+# 架构设计
+
+## 技术架构
+![](image/rocketmq_architecture_1.png)
+
+RocketMQ架构上主要分为四部分,如上图所示:
+
+
+- Producer:消息发布的角色,支持分布式集群方式部署。producer通过MQ的负载均衡模块选择相应的Broker集群队列进行消息投递。投递的过程支持快速失败并且低延迟
 
 Review comment:
   注意标点符号,结尾需要句号

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services