Aias00 opened a new pull request, #1128: URL: https://github.com/apache/rocketmq-dashboard/pull/1128
## Summary - pass the selected instance ID through Topic route and consumer diagnostic APIs - resolve live diagnostics with the instance endpoint through `RuntimeAdminClientResolver` - preserve mock-mode behavior and add controller, provider, API, and page regression coverage Closes #1126 ## Validation - `JAVA_HOME=$(/usr/libexec/java_home -v 21) PATH="$JAVA_HOME/bin:$PATH" mvn -q -Dtest=RocketMQMetadataProviderTest,MetadataServiceTest,TopicControllerTest test` - `npm test -- --run src/api/metadata.test.ts src/services/topicService.test.ts src/pages/instance/__tests__/TopicPage.test.tsx` - `npm run lint` (0 errors; 3 pre-existing warnings) - `npm run build` - `git diff --check` -- 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]
