python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

Solve the problem that the user-defined authentication class cannot r… #603

Closed QuantumEnergyE closed 4 years ago

QuantumEnergyE commented 4 years ago

Support user-defined authentication class to retry after session expiration and reconnection.

QuantumEnergyE commented 4 years ago

https://github.com/python-zk/kazoo/issues/602

jeffwidman commented 4 years ago

I see this is opened against the release/2.6 branch... typically we aren't cutting bigfix releases against minor releases as we'd rather spend our limited volunteer time moving the project forward... please upgrade to 2.7 and if you still see an issue than open a PR against master.