yyqdbngt opened a new pull request, #3491: URL: https://github.com/apache/rocketmq-dashboard/pull/3491
### Summary `metadata` API covers topic and consumer-group operations. The suite exercised topics, imports/exports and the consumer stack, but not the group detail/progress/subscriptions/settings reads or the offset-reset actions. ### Changes - `getConsumerGroup`/`getConsumerProgress`/`getConsumerSubscriptions`/`refreshConsumerGroup` hit their scoped paths and forward the instance - `getConsumerGroupSettings` passes the instance id - `previewConsumerOffsetReset` and `resetConsumerOffset` post the timestamp/topic payload ### Testing `vitest run src/api/metadata.test.ts` passes: 8 tests, 0 failures (up from 6). `tsc --noEmit` and `eslint` are clean. -- 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]
