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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
