vostok / zookeeper.client

MIT License
7 stars 3 forks source link

Throttle client reconnect attempts if these attempts fail repeatedly #1

Closed iloktionov closed 4 years ago

iloktionov commented 4 years ago

Exponential backoff + jitter may be all we need here.

kunga commented 4 years ago

Done in #3

kunga commented 4 years ago

Default value of MaximumConnectPeriodMultiplier settings is 10.