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/03/03 01:24:42 UTC

[GitHub] duhenglucky commented on a change in pull request #949: [RIP-9] Modify Chinese document for Concept.md

duhenglucky commented on a change in pull request #949: [RIP-9] Modify Chinese document for Concept.md 
URL: https://github.com/apache/rocketmq/pull/949#discussion_r261848096
 
 

 ##########
 File path: docs/cn/concept.md
 ##########
 @@ -1,9 +1,7 @@
 # 基本概念
 ## 消息模型(Message Model)
 
-<img src="./images/message_model_1.jpg" style="width: 560px"/>
-
-RocketMQ 消息模型如图1所示,主要由 Producer、Broker、Consumer 三部分组成,其中Producer 负责生产消息,Consumer 负责消费消息,Broker 负责存储消息。Broker 在实际部署过程中对应一台服务器,每个 Broker 可以存储多个Topic的消息,每个Topic的消息也可以分片存储于不同的 Broker。Message Queue 用于存储消息的物理地址,每个Topic中的消息地址存储于多个 Message Queue 中。ConsumerGroup 由多个Consumer 实例构成。
+RocketMQ主要由 Producer、Broker、Consumer 三部分组成,其中Producer 负责生产消息,Consumer 负责消费消息,Broker 负责存储消息。Broker 在实际部署过程中对应一台服务器,每个 Broker 可以存储多个Topic的消息,每个Topic的消息也可以分片存储于不同的 Broker。Message Queue 用于存储消息的物理地址,每个Topic中的消息地址存储于多个 Message Queue 中。ConsumerGroup 由多个Consumer 实例构成。
 
 Review comment:
   对应于一台broker的说法好像不是很好呢

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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