freeznet edited a comment on issue #472: URL: https://github.com/apache/pulsar-client-go/issues/472#issuecomment-788562444
@KannarFr I have compared go client and java client, one difference is go client send `PartitionedTopicMetadata` fetch request with new connection, but java is using lookup service's connection. And this might lead to the socket leakage issue. I have created a pr #478 to fix this issue, and tested with local cluster, PTAL if you have time, thanks. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
