wqliang opened a new issue, #6379:
URL: https://github.com/apache/rocketmq/issues/6379

   In `NettyRemotingClient#invokeSync`,  it will do `RPCHook#doAfterResponse` 
after complete invoking. 
   
https://github.com/apache/rocketmq/blob/4e0a723d225c0fb62bc764ead54f1267f9da2bfc/remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRemotingClient.java#L533
   
   Why `invokeAsync` not do `RPCHook#doAfterResponse` ? Are there any 
considerations ?or a bug?
   Maybe it should do `RPCHook#doAfterResponse` in callback ?
   If this is a bug, I would like to  pull a request to fix it.


-- 
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