Aias00 opened a new pull request, #2531:
URL: https://github.com/apache/rocketmq-dashboard/pull/2531

   Closes #2529
   
   ## Summary
   - add a server-side paged message-query endpoint while retaining the 
existing list endpoint for compatibility
   - move Message page pagination to request the server for each page and use 
its returned total
   - validate page bounds in the service layer
   - flag Topic query results that reach the existing bounded scan limit, so 
they are not presented as exhaustive
   - retain existing selector and time-window validation
   
   ## Validation
   - mvn -q 
-Dtest=MessageServiceTest,MessageControllerTest,RocketMQMessageProviderTest test
   - npm test -- --run src/api/message.test.ts 
src/services/messageService.test.ts 
src/pages/instance/__tests__/MessagePage.test.tsx 
src/pages/instance/__tests__/MessagePageAsyncState.test.tsx
   - npm run build


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