elephone-184 opened a new issue, #4343: URL: https://github.com/apache/rocketmq-dashboard/issues/4343
### Feature Description In transactional messaging architectures, prepared (Half) messages that hang uncommitted or un-rolled back consume broker resources and delay business consistency checks when producer check-listeners fail. Administrators require dedicated visibility into hanging Half messages, check retry counts, resolution state statistics, and manual compensation actions. ### Proposed Solution 1. Introduce `TransactionHalfMessageAuditReport` model tracking hanging Half message counts, max check retries, and transaction state distribution. 2. Implement `TransactionHalfMessageAuditService` to scan uncommitted transaction half-message backlogs and provide manual commit/rollback compensation. 3. Provide `TransactionHalfMessageAuditController` with audit query and resolution endpoints. 4. Add frontend `TransactionHalfMessageAuditModal` with pending transaction table, retry indicators, and manual resolution controls. 5. Provide comprehensive controller and service unit tests. -- 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]
