Aias00 opened a new issue, #2283:
URL: https://github.com/apache/rocketmq-dashboard/issues/2283

   ## Problem
   Topic time-range queries cap returned messages but still scan every queue 
from its start offset to end offset. A very large range or backlog can issue 
unbounded Pull RPCs before the result cap is reached.
   
   ## Scope
   - enforce a bounded Topic time window
   - add a per-queue Pull budget so a single query has bounded work
   - return a structured, actionable response when the budget is exceeded
   
   ## Related
   #2117 validates timestamp arithmetic; this issue bounds the valid query 
workload.
   


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