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 2022/07/15 09:08:13 UTC

[GitHub] [rocketmq] shengminw commented on a diff in pull request #4601: [ISSUE#4599] Optimize enableBackpressureForAsyncMode not relying on NettyRemoting

shengminw commented on code in PR #4601:
URL: https://github.com/apache/rocketmq/pull/4601#discussion_r921971740


##########
client/src/main/java/org/apache/rocketmq/client/impl/producer/DefaultMQProducerImpl.java:
##########
@@ -491,27 +492,68 @@ public void send(Message msg,
     public void send(final Message msg, final SendCallback sendCallback, final long timeout)

Review Comment:
   yes, this method has been marked as `deprecated` for some time, but there is no new method to replace it by now. So I think about to change it first.



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

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