yyqdbngt opened a new pull request, #3492: URL: https://github.com/apache/rocketmq-dashboard/pull/3492
### Summary `message` API covers query/trace/direct consume plus queue-level reads and DLQ operations. The suite exercised queries, traces and direct consumption but not the queue or DLQ paths. ### Changes - `getQueueOffsets` forwards instance/topic and `pullMessageAtOffset` forwards the broker/queue coordinates - `listDLQMessages` lists the group's dead-letter page and `resendDLQSelected` posts the selected message ids ### Testing `vitest run src/api/message.test.ts` passes: 9 tests, 0 failures (up from 7). `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]
