James E. Blair
James E. Blair
This adds a subclass of DataWatch which only operates on existing ZNodes. If a user uses a DataWatch on a path and the ZNode at that path is deleted, the...
This adds a simple SSL test along with the framework for running the test Zookeeper in a mode where it listens on both SSL and non-SSL ports. This is based...
When using SASL authentication, if a kazoo client is disconnected, all future API calls will return NoAuthError on reconnect. The issue appears to be that the connection object maintains the...
When using Keycloak, the session_state is included in the response by default. That appears to cause oidc-react (or oidc-react-js?) to make multiple authentication requests in the background under Firefox at...
This repository recommends making /etc/passwd group writable so that the uid_entrypoint script can add a user. At the very least, the uid_entrypoint script should end by removing the group write...
##### SUMMARY If any other threads are calling display methods while the main thread forks, the forked process could inherit a python file object for stdout/stderr that is locked by...
The ignore_entry setting for the future_dates scrub incorrectly compared dates to time.time() (a float) rather than time.gmtime() (a time_struct).
## Why is this needed? ZooKeeper 3.6.0 added support for persistent, and persistent recursive watches. This adds the corresponding support to the Kazoo client class. ## Does this PR introduce...
A file opened with copen can return more characters than requested from a read() call. This can result in the playback running fast. To correct this, read into a buffer...
This is a re-generation of the swagger code and docs based on the API in Gitea version 1.12.0.