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

   ## Problem
   
   Studio now carries `instanceId` through Topic create and update requests, 
but `ApacheInstanceProvider` delegates those writes to the process-wide 
`AdminClient`. The remote Topic operation can therefore still target the 
default NameServer rather than the selected Apache instance.
   
   ## Expected behavior
   
   Topic create and update for an Apache instance must use its endpoint through 
the runtime Admin client resolver while retaining the existing local metadata 
persistence and audit behavior.
   
   ## Scope
   
   Track 1 multi-instance runtime correctness. This follows #1136 and is 
intentionally limited to Topic create/update. Topic deletion is being handled 
separately by #1150; Consumer Group writes will be split into a later change.


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