Aias00 opened a new issue, #1264: URL: https://github.com/apache/rocketmq-dashboard/issues/1264
## Problem A Metrics data source can be restricted to one or more Studio instances through `DataSourceVO.instanceIds`. `InstanceService.deleteInstance` removes the instance and releases its runtime client, but does not remove that ID from configured data sources. Settings then retain stale bindings that can never be selected again. ## Scope - On successful instance deletion, remove the deleted ID from every configured data source binding. - Keep empty bindings as the existing global-availability semantic. - Preserve existing deletion safeguards for managed topics and consumer groups. - Add focused lifecycle and settings tests. ## Out of scope - Changing data source authorization or credential handling. - Rejecting an update containing an unknown instance ID. Track 1: instance-scoped Metrics data-source lifecycle. -- 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]
