Aias00 opened a new pull request, #1120: URL: https://github.com/apache/rocketmq-dashboard/pull/1120
## Summary - require `instanceId` for Producer connection and producer group requests - resolve live Producer queries through `RuntimeAdminClientResolver` from #1058 - add an instance selector to the Producer page and forward the selected instance in API calls - remove the obsolete default-admin path from the Producer provider Closes #1102 ## Dependency This PR is based on #1058. After #1058 merges, it can be rebased onto `rocketmq-studio` so the inherited resolver commits disappear from the diff. ## Verification - `JAVA_HOME=$( /usr/libexec/java_home -v 21 ) PATH="$JAVA_HOME/bin:$PATH" mvn -q -Dtest=ProducerControllerTest,ProducerConnectionServiceTest,ClientProviderStubTest,RocketMQClientProviderTest test` - `npm test -- --run src/api/producer.test.ts src/pages/studio/__tests__/Producer.test.tsx` - `npm run lint` (3 pre-existing warnings, no errors) - `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]
