blankensteiner commented on issue #218: URL: https://github.com/apache/pulsar-dotpulsar/issues/218#issuecomment-2144512745
Hi @christian-ledesma Just to add to David's answer: If the producer can't connect, then as long as the Producer is not Faulted it will try to reconnect, meaning that your Send operation will continue. The Send operation will only throw an exception if the cancellation token you provide times out or the producer is faulted. -- 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]
