wenbingshen commented on issue #676: URL: https://github.com/apache/pulsar-client-go/issues/676#issuecomment-983542691
The client does not provide the producer name, it is generated by the pulsar broker and returned to the client. Old connection address: ab.cd.22.174:44352, new connection address: ab.cd.22.174:49750, the same produceName: pulsar_s1-8-346 When a new connection is established and request to add a producer to pulsar broker, the old connection address is still maintaining a relationship with the server, so the pulsar broker will not clear the producer cache related to the old connection -- 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]
