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

   ## Problem
   
   Message and trace queries execute against the selected instance endpoint, 
but `RocketMQMessageProvider` records query history with the process-wide 
`rocketmq.namesrvAddr`. In a multi-instance Studio deployment, query history is 
therefore attributed to the wrong target.
   
   ## Expected behavior
   
   Message and trace history must retain the selected `instanceId` supplied by 
the API request so that recorded operations remain traceable to the actual 
managed instance.
   
   ## Scope
   
   Track 1: multi-instance control-plane correctness. Keep the existing schema 
field and make the runtime query path pass the selected instance context 
through to query-history persistence.


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