You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/01/17 07:22:59 UTC

[GitHub] [rocketmq] rushsky518 opened a new issue #1728: about broker sends response

rushsky518 opened a new issue #1728: about broker sends response
URL: https://github.com/apache/rocketmq/issues/1728
 
 
   when broker receives a put message request, after putting the message onto disk, it directly call`AbstractSendMessageProcessor#doResponse` in `SendMessageProcessor#handlePutMessageResult`, rather than return a normal response, and send response in `NettyRemotingAbstract#processRequestCommand`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] RongtongJin commented on issue #1728: about broker sends response

Posted by GitBox <gi...@apache.org>.
RongtongJin commented on issue #1728: about broker sends response
URL: https://github.com/apache/rocketmq/issues/1728#issuecomment-576239671
 
 
   IMO, returning a normal response is ok, but the code in hook also need be changed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [rocketmq] vongosling closed issue #1728: about broker sends response

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #1728: about broker sends response
URL: https://github.com/apache/rocketmq/issues/1728
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services