aaron-ai opened a new issue #1709: Asynchronous request would not trigger doAfterResponse in RPCHook. URL: https://github.com/apache/rocketmq/issues/1709 **BUG REPORT** 1. Please describe the issue you observed: When I used `AsyncProducer`, and constructed `DefaultMQProducer` with RPCHook, I found that asynchronous request will not trigger the `doAfterResponse` function in the hook. In the case of sending asynchronous message, the asynchronous request was `SEND_MESSAGE_V2`, and I fixed it in this PR:
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
