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 2021/01/21 02:17:05 UTC

[GitHub] [rocketmq] duhenglucky commented on a change in pull request #2609: Update concept.md

duhenglucky commented on a change in pull request #2609:
URL: https://github.com/apache/rocketmq/pull/2609#discussion_r561483333



##########
File path: docs/cn/concept.md
##########
@@ -38,7 +38,7 @@ RocketMQ主要由 Producer、Broker、Consumer 三部分组成,其中Producer
 广播消费模式下,相同Consumer Group的每个Consumer实例都接收全量的消息。
 
 ## 13 普通顺序消息(Normal Ordered Message)
-普通顺序消费模式下,消费者通过同一个消费队列收到的消息是有顺序的,不同消息队列收到的消息则可能是无顺序的。
+普通顺序消费模式下,消费者通过同一个消息队列收到的消息是有顺序的,不同消息队列收到的消息则可能是无顺序的。

Review comment:
       消费者通过同一个消息队列收到的消息是有顺序的,这里要不要暴露一下分区?




----------------------------------------------------------------
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