RockteMQ-AI commented on issue #1165: URL: https://github.com/apache/rocketmq-dashboard/issues/1165#issuecomment-5205854423
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue is valid. `ApacheInstanceProvider` routes Topic create/update through the process-wide `AdminClient` instead of resolving the instance endpoint via `RuntimeAdminClientResolver`. This means Topic creation/updates can target the default NameServer rather than the selected Apache instance. **Root Cause:** Topic create/update paths in `ApacheInstanceProvider` do not use instance-bound Admin client. **Impact:** Topic writes 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]
