wolfstudy opened a new pull request #647: URL: https://github.com/apache/pulsar-client-go/pull/647
Signed-off-by: xiaolongran <[email protected]> ### Motivation When the user receives `ServerError_NotAllowedError` and `ServerError_TopicTerminatedError` errors, we only need to remove the currently pending producer object, and there is no need to continue the logic of retrying. Follow the java logic: https://github.com/apache/pulsar/blob/4147db88bc08eb3b2dab97a45af178fd9f4c7a6b/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java#L668-L673 -- 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]
