Aias00 commented on PR #10607:
URL: https://github.com/apache/rocketmq/pull/10607#issuecomment-5015815242

   > Thanks for this proposal. I'd like to raise a design-level concern. 
**Scenario-architecture mismatch** LiteTopic was designed (per RIP-83) as a 
session-scoped ephemeral channel — AI sessions, IoT debugging, game rooms — 
with a single queue, sequential pull, no retry, and ~200 QPS ceiling. The PR 
builds its examples around business event routing (pay__refund, notify__**), 
which implicitly targets thousands of QPS, parallel consumption, and retry 
guarantees. These diverge on throughput, consumption model, and reliability — 
not as implementation issues, but as a fundamental design mismatch.
   
   thx, i understand, i will close this pr.


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