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

   ## Summary
   - add a runtime resolver from `instanceId` to the saved instance endpoint 
and the existing endpoint-keyed admin-client cache
   - require instance context for DLQ list and resend operations
   - configure DLQ pull/producer clients with the selected instance endpoint 
instead of the global default
   - pass the selected instance through the DLQ page, service and API layers
   
   ## Scope
   This is the foundation slice of #982. It closes #1057 and only wires DLQ; 
client connections, message query and message trace will follow in separate PRs.
   
   Closes #1057
   
   ## Verification
   - `JAVA_HOME=$( /usr/libexec/java_home -v 21 ) mvn 
-Dtest=RuntimeAdminClientResolverTest,RocketMQDLQProviderTest,DLQControllerTest,DLQServiceTest,DLQProviderStubTest
 test`
   - `npm test -- --run src/api/dlq.test.ts src/services/messageService.test.ts 
src/pages/instance/__tests__/DLQPage.test.tsx`
   - `npm run lint` (0 errors; 3 existing warnings)
   - `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