You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/11 04:48:26 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #276: Allow to have multiple connections per broker

merlimat opened a new pull request #276:
URL: https://github.com/apache/pulsar-client-go/pull/276


   ### Motivation
   
   Similar to what we do in Java client, in certain conditions it might be useful to have more than one TCP connection to each broker. This increase the parallelism in client (more Go routines), brokers (connections get assigned to different IO threads) and also can improve the throughput at TCP level when the client is talking to a small number of brokers. 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] srkukarni commented on pull request #276: Allow to have multiple connections per broker

Posted by GitBox <gi...@apache.org>.
srkukarni commented on pull request #276:
URL: https://github.com/apache/pulsar-client-go/pull/276#issuecomment-642416559


   Do we want some tests as well?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] wolfstudy merged pull request #276: Allow to have multiple connections per broker

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #276:
URL: https://github.com/apache/pulsar-client-go/pull/276


   


----------------------------------------------------------------
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:
users@infra.apache.org