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/05/22 01:42:11 UTC

[GitHub] [pulsar-client-go] jiazhai commented on issue #257: Retry number limit in reconnectToBroker

jiazhai commented on issue #257:
URL: https://github.com/apache/pulsar-client-go/issues/257#issuecomment-632431719


   @jonyhy96 Thanks for reporting this issue. In java side the first time connect will be limited by the operation timeout(30s); But once it get success connect, when the network error happens, the client will try to reconnect infinitely(if not killed by user).
   This behavior looks fine. It could avoid user to manually reconnect. 


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