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:
[email protected]


With regards,
Apache Git Services

Reply via email to