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

   ## Summary
   - require `instanceId` when requesting message traces
   - route trace reads through `RuntimeAdminClientResolver` so the selected 
instance owns the admin connection
   - forward instance context from the message page and cover controller, 
provider, and frontend API behavior
   
   ## Scope
   Closes #1070
   Relates to #982
   
   ## Dependency
   This branch is based on #1058, which introduces 
`RuntimeAdminClientResolver`. It 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,MessageProviderStubTest,RocketMQMessageProviderTest
 test`
   - `npm test -- --run src/api/message.test.ts 
src/services/messageService.test.ts`
   - `npm run lint`
   - `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