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

   **Issue Evaluation**
   
   Category: `enhancement` | Status: **Evaluated**
   
   **Feasibility:** Feasible
   **Scope:** Java SimpleConsumer API
   **Compatibility:** Additive API — new overloaded methods, existing methods 
unchanged.
   
   Reasonable enhancement. Exposing `TopicRouteData` and queue-aware receive 
methods gives applications finer control over message consumption, enabling use 
cases like targeted consumption from specific queues or custom load balancing 
strategies.
   
   Key considerations:
   - The new API should clearly document the contract (e.g., what happens if 
the specified queue becomes unavailable).
   - Consider whether `TopicRouteData` should be a stable public type or an 
internal detail exposed through a wrapper.
   - Ensure the existing receive methods continue to work as before (no 
behavioral changes).
   
   ---
   *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