RockteMQ-AI commented on issue #1538: URL: https://github.com/apache/rocketmq-dashboard/issues/1538#issuecomment-5248525557
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Verified against `upstream/rocketmq-studio` branch. `ProxyAddressService` maintains an in-memory `LinkedHashSet` initialized with `127.0.0.1:8081`. The add/remove endpoints in `ProxyController` only mutate this in-memory set — they do not persist changes or apply them to any Proxy deployment. The UI presents these operations as cluster management, which is misleading. **Root Cause:** `ProxyAddressService` is purely in-memory; no persistence or deployment integration exists. **Impact:** Operators may believe they have modified the Proxy cluster when no real change occurred. **Severity:** Medium — misleading UX, no data corruption. An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by RockteMQ-AI* -- 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]
