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/15 06:58:57 UTC

[GitHub] [rocketmq] DoubleJee opened a new issue #2813: What about queues? MessageQueue?Consumer queue?Relationship between queues and topics?

DoubleJee opened a new issue #2813:
URL: https://github.com/apache/rocketmq/issues/2813


   Queues are mentioned again and again in this article,But I can't find the introduction. It seems that it is a Topic Shard entity.


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



[GitHub] [rocketmq] duhenglucky closed issue #2813: What about queues? MessageQueue?Consumer queue?Relationship between queues and topics?

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #2813:
URL: https://github.com/apache/rocketmq/issues/2813


   


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



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

Posted by GitBox <gi...@apache.org>.
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