You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
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
The text was updated successfully, but these errors were encountered: