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 2019/12/19 00:35:21 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #131: Fixed detection and handling of stale connections

merlimat opened a new pull request #131: Fixed detection and handling of stale connections
URL: https://github.com/apache/pulsar-client-go/pull/131
 
 
   ### Motivation
   
   This is fixing an issue in which the Ping task is getting stalled when the connection is not writable (eg: network partition with the broker). The checking of connection staleness needs to be done in its own goroutine to ensure it's running even when the write/read routines are blocked.
   
   This makes sure clients can successfully recover from partitions and failures with the brokers, also during the initial handshake. 
   

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


With regards,
Apache Git Services