123123213weqw opened a new pull request, #1325: URL: https://github.com/apache/rocketmq-dashboard/pull/1325
## Summary - scope Producer Topic options to the selected managed instance - clear Topic, Producer Group, and connection state when the instance changes - ignore connection results that complete after the user has switched instances - add API-contract and page regression coverage ## Root cause The Producer page fetched `/api/topics` without `instanceId`, while its group and connection requests were instance-scoped. It also retained form values and connection results across instance changes. ## Impact Operators no longer see or query stale Producer data from a previously selected instance. Fixes #1285 ## Validation - `NODE_OPTIONS=--no-experimental-webstorage npm test -- --run src/api/producer.test.ts src/pages/studio/__tests__/Producer.test.tsx` - `NODE_OPTIONS=--no-experimental-webstorage npm run lint -- --quiet` -- 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]
