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

   ## Problem
   
   Message trace must resolve its RocketMQ admin calls from the selected Studio 
instance. Using a process-wide endpoint can return a trace from the wrong 
cluster or fail in multi-instance deployments.
   
   ## Proposed change
   
   - Reuse `RuntimeAdminClientResolver` from #1058.
   - Require and propagate `instanceId` through message trace API, service, 
provider, and page layers.
   - Preserve current trace response and error semantics while scoping the 
runtime query to the selected endpoint.
   - Add focused backend and frontend regression coverage.
   
   ## Dependency
   
   Depends on #1058. Implementation starts after #1058 merges into 
`rocketmq-studio`, so this can remain an independent PR.
   
   ## Scope
   
   Part of #982. Message query is explicitly excluded and tracked separately.


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