zzzming opened a new pull request #191: [Issue 190] RequestTimeout bound client 
connection backoff
URL: https://github.com/apache/pulsar-client-go/pull/191
 
 
   Fix issue #190 
   https://github.com/apache/pulsar-client-go/issues/190
   
   ### Motivation
   Make sure the client connection retry is bound to OperationTimeout, instead 
of the current implementation is the next retry backoff time is no more than 
OperationTimeout, thus we can reduce the number retries.
   
   ### Modifications
   
   The total time spent on retry won't be over OperationTimeout.
   
   ### Verifying this change
   
   Manual test verification
   
   ### Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): ( no )
     - The public API: ( no )
     - The schema: ( no )
     - The default values of configurations: ( no )
     - The wire protocol: ( no )
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / GoDocs / 
not documented)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a followup 
issue for adding the documentation
   

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