youngkermit8-coder opened a new pull request, #1633: URL: https://github.com/apache/rocketmq-dashboard/pull/1633
## Summary - require a target Topic before resetting a consumer group's offsets - load the group's subscriptions and expose them in the reset dialog - include the selected Topic in the reset request and clear it when context changes ## Why `ResetConsumerOffsetDTO.topic` is required by the backend, but the Consumer page omitted it. Every reset submitted from this page was therefore rejected by request validation before reaching the provider. ## Tests - `npm test -- src/pages/instance/__tests__/ConsumerPage.test.tsx` (12 passed) - `npm test -- src/api/consumerGroups.test.ts` (4 passed) - `npm run build` - full frontend suite: 493 passed; the only failure is the pre-existing Topic empty-instance spinner covered by #1578 Closes #1612 -- 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]
