messere1 opened a new pull request, #1593:
URL: https://github.com/apache/rocketmq-dashboard/pull/1593

   ## Summary
   
   - invalidate the active Producer connection query when Topic or Producer 
Group changes
   - clear connections, readiness summaries, and loading state that belong to 
old criteria
   - add an async regression test that completes the obsolete query after 
editing the form
   
   ## Root cause
   
   Producer queries used a request generation guard for instance changes and 
later submissions, but ordinary form edits did not advance that generation. An 
old response could therefore publish connections underneath newly displayed 
form criteria.
   
   ## User impact
   
   Producer diagnostics now stay aligned with the visible Topic and Producer 
Group, avoiding stale connection/readiness information during operational 
troubleshooting.
   
   Closes #1589
   
   ## Validation
   
   - `npm test -- --run src/pages/studio/__tests__/Producer.test.tsx` (9 tests 
passed)
   - `npx eslint src/pages/studio/Producer.tsx 
src/pages/studio/__tests__/Producer.test.tsx --max-warnings=0`
   - `npx prettier --check src/pages/studio/Producer.tsx 
src/pages/studio/__tests__/Producer.test.tsx`
   - `npm run build`


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