KannarFr edited a comment on issue #472:
URL: 
https://github.com/apache/pulsar-client-go/issues/472#issuecomment-784129095


   I'm currently running 1 client with one producer and one consumer without 
sending or receiving messages. They are just connected and receiving/replying 
to broker's ping.
   
   With the Go client:
   Proxy had 7 TCP sockets established right after launching the client. 
   * after 10 minutes it has 25 TCP sockets opened;
   * after 1 hour, it varies between 25 and 30 TCP sockets but seems stable.
   
   With the Java client:
   Proxy had 7 TCP sockets established right after launching the client. 
   * after 10 minutes it has 7 TCP sockets opened;
   * after 1 hour it has 7 TCP sockets opened.
   
   


----------------------------------------------------------------
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]


Reply via email to