Aias00 opened a new pull request, #4338: URL: https://github.com/apache/rocketmq-dashboard/pull/4338
## Summary - align mock Topic creation with deployment-wide Topic name uniqueness - reject a second same-name create even when its cluster and instance differ - leave mock Topic state unchanged after the rejected create - keep update and delete aligned with the existing globally unique name model This rework follows the maintainer feedback on #4142. It removes the previous per-instance identity behavior and changes only the frontend mock service and focused test. ## Verification - `npm test -- --run src/services/topicService.test.ts src/services/topicService.batchDelete.test.ts src/pages/instance/__tests__/TopicPage.test.tsx` (32 passed) - `npm run build` - changed-file ESLint (0 errors) - changed-file Prettier check - `git diff --check` Fixes #4141 -- 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]
