xiangwangcheng commented on a change in pull request #793: [RIP-9] Add the introduction of the basic concepts in RocketMQ URL: https://github.com/apache/rocketmq/pull/793#discussion_r257867219
########## File path: docs/en/Concept.md ########## @@ -0,0 +1,41 @@ +# Basic Concept +## +## 1 Message Model + +The RocketMQ message model is mainly composed of a Producer, a Broker and a Consumer.The Producer is responsible for producing messages, the Consumer is responsible for consuming messages, and the Broker is responsible for storing messages. Review comment: we don't use "a" upon on proper nouns generally.: The RocketMQ message model is mainly composed of Producer, Broker, and Consumer. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
