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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
