You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "haiyanghan (via GitHub)" <gi...@apache.org> on 2023/05/11 03:12:34 UTC

[GitHub] [rocketmq] haiyanghan commented on pull request #6730: [ISSUE apache#6726] Fix bug DefaultMQProducer#request method invoke t…

haiyanghan commented on PR #6730:
URL: https://github.com/apache/rocketmq/pull/6730#issuecomment-1543269373

   > Hey @haiyanghan , thanks for your effort at first. I probably see what you're trying to do here according to the issue you created, but the meaning of message sending in MQ just simply means that the Broker would return a corresponding response once the message arrived without waiting it to be consumed. Of course, you could detail your thought if I've misunderstood your intention for doing this.
   
   Yes, when the message arrives at the broker, it returns, which is the logic of the original request method.
   But the request method should be based on the request reply mode, waiting for the message to be consumed


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org