freeznet opened a new issue #584: URL: https://github.com/apache/pulsar-client-go/issues/584
When the broker or zookeeper is temporary offline, which will cause the producer timeout and re-connect to the broker. But if the broker has already done the previous create producer request, the reconnection will fail with an "already connected" error. https://github.com/apache/pulsar/pull/5571 has addressed this issue in Java client, but go client still encounter this issue. https://github.com/apache/pulsar-client-go/pull/582 add epoch to go client to solve this issue. -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org