RockteMQ-AI commented on issue #1347:
URL: 
https://github.com/apache/rocketmq-clients/issues/1347#issuecomment-5655083205

   **Issue Evaluation**
   
   Category: `type/enhancement` | Status: **Evaluated**
   
   **Feasibility:** Feasible, but requires careful concurrency design
   **Scope:** Python PushConsumer — receive loop and message dispatch
   **Compatibility:** Behavioral change; existing single-topic consumers should 
not be affected
   
   Making the receive loop non-blocking to support large numbers of topics is a 
valid enhancement. The current blocking design limits scalability when a single 
consumer is assigned many topics. An async/await-based receive loop with 
per-topic task scheduling would address this.
   
   ---
   *Automated evaluation by github-manager*
   


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