Aias00 opened a new pull request, #10798: URL: https://github.com/apache/rocketmq/pull/10798
### Which Issue(s) This PR Fixes Fixes #10797 ### Brief Description - Stop returning success before Proxy remoting end-transaction operations complete - Write the success response only after `messagingProcessor.endTransaction(...)` completes - Route async failures through the existing remoting error response mapping - Add regression tests for success and broker-exception failure responses ### How Did You Test This Change? - `mvn -pl proxy -Dtest=TransactionActivityTest test` The target test passed: 2 tests, 0 failures, 0 errors. The Maven run completed with BUILD SUCCESS; the output still includes existing Jacoco/JDK17 instrumentation warnings. -- 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]
