f1amingo opened a new issue, #10203:
URL: https://github.com/apache/rocketmq/issues/10203

   ### Is Your Feature Request Related to a Problem?
   
   liteTopic lacks wildcard subscription support and consume suspend mechanism. 
Without wildcard subscriptions, consumers need to manually maintain 
subscription relationships for each liteTopic, which is inefficient and 
error-prone. There's also no mechanism to temporarily defer consumption when 
consumers encounter transient resource bottlenecks.
   
   ### Describe the Solution You'd Like
   
   1. Add wildcard (*) subscription support for liteTopic, allowing consumers 
to subscribe to all liteTopics under a topic without manually maintaining 
individual subscription relationships. The entire wildcard subscription 
consumer group will share consumption of all liteTopics under the topic
   2. Implement consume suspend mechanism to temporarily defer consumption when 
consumers encounter transient resource bottlenecks, with invalid scan count 
threshold to control suspend behavior
   
   ### Describe Alternatives You've Considered
   
   None.
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to