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

   ## Summary
   - require `instanceId` for message-list requests and forward it through the 
message query service
   - resolve the selected instance endpoint with `RuntimeAdminClientResolver` 
instead of the global NameServer configuration
   - bind time-range topic scans to that endpoint and cover controller, 
provider, and frontend API forwarding
   
   ## Scope
   Closes #1069
   Relates to #982
   
   ## Dependency
   This branch is based on #1058, which introduces 
`RuntimeAdminClientResolver`. The PR can be rebased onto `rocketmq-studio` 
after #1058 merges so inherited commits disappear from the final diff.
   
   ## Verification
   - `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn 
-q 
-Dtest=MessageControllerTest,MessageServiceTest,MessageProviderStubTest,RocketMQMessageProviderTest
 test`
   - `npm test -- --run src/api/message.test.ts 
src/services/messageService.test.ts`
   - `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