messere1 opened a new issue, #1589: URL: https://github.com/apache/rocketmq-dashboard/issues/1589
## Problem The Producer connection page protects overlapping submissions with a request ID, but changing the Topic or Producer Group fields does not invalidate the active request. A user can start a query, edit either field while the request is in flight, and then receive the old response under the newly displayed criteria. Previously loaded connections and readiness summaries also remain visible after the form criteria change. ## Expected behavior - Any user change to Topic or Producer Group invalidates an in-flight query. - Results and readiness summaries that belong to old criteria are cleared immediately. - An obsolete completion cannot publish connections, notifications, or loading state. - A regression test should resolve an old request after editing the form and verify it is ignored. ## Scope Frontend-only change in `ProducerPage` with a focused async-state regression test. ## Track Track 1 / Studio producer diagnostics. -- 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]
