Aias00 opened a new pull request, #2508:
URL: https://github.com/apache/rocketmq-dashboard/pull/2508

   ## Summary
   
   Closes #2507.
   
   - Adds `POST /api/messages/direct-consume` with required instance, topic, 
message, consumer group, and online client ID.
   - Delegates Apache instances to RocketMQ `consumeMessageDirectly` and 
returns the broker's actual consume result, remark, timing, ordering, and 
auto-commit fields.
   - Adds a message-detail operation with explicit target fields and warning 
text that distinguishes direct consumption from re-publishing.
   - Records successful operations in the audit log. Cloud providers remain 
explicitly unsupported.
   
   ## Verification
   
   - `mvn -q 
-Dtest=MessageServiceTest,MessageControllerTest,RocketMQMessageProviderTest 
test`
   - `npm test -- --run src/api/message.test.ts 
src/services/messageService.test.ts`
   - `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]

Reply via email to