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

   ## Problem
   The Studio message endpoint returns a bounded full list and the web page 
paginates that list locally. Result totals are therefore not an API-level 
contract, and operators cannot navigate beyond the in-memory result window.
   
   ## Scope
   - Add a paged message-query contract with selected instance context.
   - Move page slicing to the server/provider boundary while retaining the 
legacy list endpoint for compatibility.
   - Return scan truncation information so an incomplete result set is never 
presented as exhaustive.
   - Update the Message page to use the paged API and server total.
   - Cover selector validation, page bounds, and frontend API/page behavior.
   
   ## Non-goals
   - Changing query selector semantics or expanding the allowed scan window.


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