merlimat commented on issue #1526: make connection timeout config-able for 
consumer and producer
URL: https://github.com/apache/incubator-pulsar/pull/1526#issuecomment-379815567
 
 
   @zhaijack That's not exactly a "timeout" though. That would be the maximum 
backoff time. The `Backoff` class has the exponential time increase logic. It 
starts at 100ms and keep doubling the retry time between attempts until 
reaching 1min. After that it keeps trying to reconnect every 1min.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to