BewareMyPower commented on issue #219: URL: https://github.com/apache/pulsar-client-python/issues/219#issuecomment-2267561043
Currently not. Java client does not have the similar feature as well. You'd like to make the reconnection backoff configurable, right? So you can manually delay the first reconnection. However, it would affect the normal case. For example, if you configured it as 5 seconds, then even if the connection was disconnected due to some network issues, the consumer still required 5 seconds to recover. IMO, a good idea is to add a new field to the protocol that tells the clients not to reconnect within some time. You can also add a discussion for the feature in https://lists.apache.org/[email protected] -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
