lizhimins opened a new issue, #8269: URL: https://github.com/apache/rocketmq/issues/8269
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Support pop consumption filter in long polling service ### Motivation When a message is written, it wakes up long polling. In the current design, for pull message operations, only clients with matching filters are woken up, while for pop operations, all subscribed groups with pending long polling are woken up. This issue and pull request optimizes the notify mechanism, reducing CPU cost in scenarios where both pop consumption and tag filtering are present. ### Describe the Solution You'd Like Support pop consumption filter in long polling service ### Describe Alternatives You've Considered Support pop consumption filter in long polling service ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org