unbridled-41 commented on issue #3103:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/3103#issuecomment-5757508434

   Status update for the pull request that addresses this issue 
(apache/rocketmq-dashboard#4559):
   
   - Its base is now the development trunk `rocketmq-studio` (retargeted from 
`master` on 2026-09-21; `master` is frozen at `d50ffecc`, the commit that moved 
the trunk) and the branch is rebased onto the trunk.
   - Scope narrowed to the remaining write path. The two config-diff calls were 
fixed on the trunk in the meantime by the `feat(ai): hosted conversation 
platform ... (#4606)` merge, which resolves the owning instance by endpoint 
match (`resolveOwningInstanceId`) and passes it. #4559 now covers only 
`preview` / `update`, which still sent the instance selected in the topbar: the 
backend scopes the lookup by it (`ClusterService.resolveCluster(id, 
instanceId)` → `refreshClusterDetail(id, instanceId)` → 
`resolveNamesrvAddr(instanceId)`), so a Broker row discovered from another 
instance was resolved against the wrong NameServer.
   - Linking note: GitHub interprets closing keywords only for pull requests 
that target the repository's default branch, which is still `master`. A 
`rocketmq-studio` pull request creates no closing link, so this issue will not 
be closed automatically when #4559 is merged.
   


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