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/09/07 02:43:10 UTC

[GitHub] [rocketmq] fwhezfwhez opened a new issue #3323: Consumer group have irrelavant messages delay.

fwhezfwhez opened a new issue #3323:
URL: https://github.com/apache/rocketmq/issues/3323


   Asume topicA has many tags producing, if consumerA only subscribes <topicA, tag1>, once there is <topicA, tag2> and no consumer to consume it, then <topicA tag2> will count as a delay to consumerA in backend. It shows like:
   
   <html>
   <body>
   <!--StartFragment-->
   
   default%consumerA | 1 | V4_5_2 | CONSUME_PASSIVELY | CLUSTERING | 0 | 1
   -- | -- | -- | -- | -- | -- | --
   
   
   <!--EndFragment-->
   </body>
   </html>
   
   <html>
   <body>
   <!--StartFragment-->
   default%consumerA | NOT_ONLINE | RESEND MESSAGE
   -- | -- | --
   
   
   <br class="Apple-interchange-newline"><!--EndFragment-->
   </body>
   </html>


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] odbozhou commented on issue #3323: Consumer group have irrelavant messages delay.

Posted by GitBox <gi...@apache.org>.
odbozhou commented on issue #3323:
URL: https://github.com/apache/rocketmq/issues/3323#issuecomment-914006254


   The consume offset is the dimension of the consumer group, not the tag dimension


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] fwhezfwhez commented on issue #3323: Consumer group have irrelavant messages delay.

Posted by GitBox <gi...@apache.org>.
fwhezfwhez commented on issue #3323:
URL: https://github.com/apache/rocketmq/issues/3323#issuecomment-914011261


   @odbozhou That's the point. My consumer group is a new one, and subscribed tag is sucessfually consumed. But unsubcribed tag is still shown not consume yet. 
   
   I mean info `not consume yet` should not be shown in this new consumer group but it shows and increase delay.


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq] lizhiboo commented on issue #3323: Consumer group have irrelavant messages delay.

Posted by GitBox <gi...@apache.org>.
lizhiboo commented on issue #3323:
URL: https://github.com/apache/rocketmq/issues/3323#issuecomment-914888193


   @fwhezfwhez If new messages with tagA tagB appends continuously, it will looks wells. Is there any good solution to this problem.


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

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org