RockteMQ-AI commented on issue #1167:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1167#issuecomment-5205854040

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The issue is valid. `ApacheInstanceProvider.deleteTopic` delegates to the 
process-wide `AdminClient` via `AdminClient.deleteTopic(name)`, which uses the 
default `DefaultMQAdminExt` rather than resolving the selected instance's 
endpoint through `RuntimeAdminClientResolver`. In a multi-instance deployment, 
this means Topic deletion can target the wrong cluster.
   
   **Root Cause:** `deleteTopic` path does not propagate `instanceId` to the 
runtime Admin client resolution.
   **Impact:** Topic deletion may affect the wrong cluster in multi-instance 
Studio deployments.
   **Severity:** Medium — data integrity risk in multi-instance environments.
   
   An automated fix proposal can be generated if the community confirms. Reply 
`/approve` to proceed with PR generation.
   
   ---
   *Automated evaluation by github-manager*
   


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