Aias00 commented on issue #4366:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4366#issuecomment-5696363884

   Revalidated before implementation and could not reproduce a user-visible 
stale suggestion.
   
   Although the old request can briefly write `producerGroups` after an 
instance switch, that switch also clears the selected Topic. Every subsequent 
path that can expose the AutoComplete options first clears or invalidates them: 
focusing without a Topic calls `loadProducerGroups()` and clears the list, 
while selecting a new Topic increments `producerGroupRequestIdRef` and clears 
the list before the old response can be used.
   
   Because no observable regression test can fail against the current code, 
this is internal state hygiene rather than a confirmed bug. Closing instead of 
submitting an unnecessary PR.
   


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