You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/15 06:55:35 UTC

[GitHub] [pulsar] codelipenghui commented on issue #14417: Asynchronous sending failed

codelipenghui commented on issue #14417:
URL: https://github.com/apache/pulsar/issues/14417#issuecomment-1067632013


   @xiezh1010 It depends on which failure, if the producer disconnected from the broker, and did not reach the send timeout, the producer will retry to publish the message. But if the message with sent timeout exception, it will not retry.
   
   For the usage of asynchronous sending, if you got exception from the future which means the producer will not to retry.


-- 
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@pulsar.apache.org

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