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/04/16 03:04:39 UTC

[GitHub] [rocketmq] panzhi33 commented on issue #2813: What about queues? MessageQueue?Consumer queue?Relationship between queues and topics?

panzhi33 commented on issue #2813:
URL: https://github.com/apache/rocketmq/issues/2813#issuecomment-820873990


   Usually we say that the queue is messageQueue, which is bound to the topic,  that it is a Topic Shard entity。just like the partition of kafka。
   Consumequeue can be understood as an index, which can be used to quickly find the physical storage location of the message,will only use on the 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