Coordinate distributed systems.
Go to file
Joshua Harlow 4251e1ea72 Allow specifying a kazoo async handler 'kind'
In situations where the built-in (and default) kazoo
threading async handler does not work (which sometimes
appears to happen under eventlet) allow for specifying
a different handler (ie the 'eventlet' one) that should
work better under those scenarios.

Closes-bug: #1512001
Change-Id: Iec5e39928b223a3ffca0b9b5b4d0fd61abaa0f2b
(cherry-picked from commit 9c5cb6fd0b)
2015-11-06 21:36:26 +00:00
doc/source Add a driver feature compatibility matrix 2015-03-09 18:34:00 -07:00
examples doc: switch examples to Zake 2014-11-18 15:39:05 +01:00
tools Add a driver feature compatibility matrix 2015-03-09 18:34:00 -07:00
tooz Allow specifying a kazoo async handler 'kind' 2015-11-06 21:36:26 +00:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview set defaultbranch for reviews 2015-04-06 14:53:28 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst README.rst tweaks 2014-12-18 23:45:05 -08:00
requirements-py3.txt Updated from global requirements 2015-09-17 09:23:38 +00:00
requirements.txt Updated from global requirements 2015-09-17 09:23:38 +00:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-memcached-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-mysql-env.sh fix mysql driver url parsing 2015-03-25 15:01:13 +01:00
setup-postgresql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-redis-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-sentinel-env.sh Update sentinel support to allow multiple sentinel hosts 2015-01-12 14:18:53 +00:00
setup-zookeeper-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup.cfg Remove support for 3.3 2015-03-09 11:26:44 -07:00
setup.py Updated from global requirements 2015-07-13 15:03:30 +00:00
test-requirements.txt Allow specifying a kazoo async handler 'kind' 2015-11-06 21:36:26 +00:00
tox.ini Add a driver feature compatibility matrix 2015-03-09 18:34:00 -07:00

README.rst

Tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.

Join us