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:02:42 UTC

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

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


##########
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:
   I notice that this method is marked as deprecated. Is there any need to modify this method? It may be removed in the future,WDYT



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