<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kazoo.git/docs/api, branch feat/github-actions</title>
<subtitle>github.com: python-zk/kazoo.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/'/>
<entry>
<title>fix(core): allow requests to be queued in CONNECTING state (#374) (#588)</title>
<updated>2020-03-09T17:26:41+00:00</updated>
<author>
<name>Damien Diederen</name>
<email>dd@crosstwine.com</email>
</author>
<published>2020-03-09T17:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=a636d7a6bb88ab9080e902983b10c8f0f1bf60a8'/>
<id>a636d7a6bb88ab9080e902983b10c8f0f1bf60a8</id>
<content type='text'>
With this patch, requests issued while the client is in the
'CONNECTING' state get queued instead of raising a misleading
'SessionExpiredError'.

This fixes https://github.com/python-zk/kazoo/issues/374, and brings
Kazoo more in line with the Java and C clients.

See the 'kazoo.client.KazooClient.state' documentation as well as
these discussions for more details:

https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550
https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch, requests issued while the client is in the
'CONNECTING' state get queued instead of raising a misleading
'SessionExpiredError'.

This fixes https://github.com/python-zk/kazoo/issues/374, and brings
Kazoo more in line with the Java and C clients.

See the 'kazoo.client.KazooClient.state' documentation as well as
these discussions for more details:

https://github.com/python-zk/kazoo/pull/570#issuecomment-554798550
https://github.com/python-zk/kazoo/pull/583#issuecomment-586422386</pre>
</div>
</content>
</entry>
<entry>
<title>feat(recipe): Add TreeCache recipe</title>
<updated>2017-06-13T04:43:04+00:00</updated>
<author>
<name>Jiangge Zhang</name>
<email>tonyseek@gmail.com</email>
</author>
<published>2017-06-12T07:29:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=ec8b337e6f1a4ff12e669f4b96ca98fb37ee5d8a'/>
<id>ec8b337e6f1a4ff12e669f4b96ca98fb37ee5d8a</id>
<content type='text'>
Kazoo implementation of Apache Curator's TreeCache recipe. See also:
http://curator.apache.org/curator-recipes/tree-cache.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kazoo implementation of Apache Curator's TreeCache recipe. See also:
http://curator.apache.org/curator-recipes/tree-cache.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "New recipe proposal: TreeCache"</title>
<updated>2017-06-01T00:21:16+00:00</updated>
<author>
<name>Ben Bangert</name>
<email>ben@groovie.org</email>
</author>
<published>2017-05-31T23:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=3a657b9f93df418fe437507c259f32752469c9df'/>
<id>3a657b9f93df418fe437507c259f32752469c9df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #398 from tonyseek/feature/treecache-recipe</title>
<updated>2017-05-31T21:50:39+00:00</updated>
<author>
<name>Ben Bangert</name>
<email>ben@groovie.org</email>
</author>
<published>2017-05-31T21:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=b1f3d618a29ae3b8addec444e12439061afeb229'/>
<id>b1f3d618a29ae3b8addec444e12439061afeb229</id>
<content type='text'>
New recipe proposal: TreeCache</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New recipe proposal: TreeCache</pre>
</div>
</content>
</entry>
<entry>
<title>Convert read/write locks into classes</title>
<updated>2017-03-10T22:04:32+00:00</updated>
<author>
<name>James E. Blair</name>
<email>jeblair@redhat.com</email>
</author>
<published>2017-03-10T21:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=a7c95fb10db916a58a8734db631cdcdd80631cee'/>
<id>a7c95fb10db916a58a8734db631cdcdd80631cee</id>
<content type='text'>
Replace the RLock and WLock functions with subclasses of Lock:
ReadLock and WriteLock.  Add those to the client class for
convenience.  Restore the function signature of the Lock class
initializer.  Add tests for shared locks.  Add to API docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the RLock and WLock functions with subclasses of Lock:
ReadLock and WriteLock.  Add those to the client class for
convenience.  Restore the function signature of the Lock class
initializer.  Add tests for shared locks.  Add to API docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement and test the TreeCache recipe.</title>
<updated>2016-06-23T12:05:54+00:00</updated>
<author>
<name>Jiangge Zhang</name>
<email>tonyseek@gmail.com</email>
</author>
<published>2016-06-20T11:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=8b8dd2582e32ad65360f8ccd67614af5d21bffdb'/>
<id>8b8dd2582e32ad65360f8ccd67614af5d21bffdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lease recipe.</title>
<updated>2015-03-20T23:25:49+00:00</updated>
<author>
<name>Lars Albertsson</name>
<email>lalle@spotify.com</email>
</author>
<published>2014-03-12T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=5018efa090e6a580ce596356e26b51dbe88c40a1'/>
<id>5018efa090e6a580ce596356e26b51dbe88c40a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new eventlet docs + a few other tweaks to the index.rst</title>
<updated>2015-02-13T20:32:39+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-02-13T20:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=df067e974c485b58a9583dcdc470f4d4df81f0b6'/>
<id>df067e974c485b58a9583dcdc470f4d4df81f0b6</id>
<content type='text'>
Explain what the new eventlet handler is and how it can be
used (with api docs as well) and links some of the items in
index.rst to targets (and makes the irc link clickable).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explain what the new eventlet handler is and how it can be
used (with api docs as well) and links some of the items in
index.rst to targets (and makes the irc link clickable).
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed all references to pipes and turned into sockets to enable Windows support</title>
<updated>2014-09-02T18:35:29+00:00</updated>
<author>
<name>Ewan Kirk</name>
<email>ewan@thekirks.co.uk</email>
</author>
<published>2014-09-02T18:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=9090a6dc4f8d93dddab4a6111c8802c0b3e8666e'/>
<id>9090a6dc4f8d93dddab4a6111c8802c0b3e8666e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove zope.interface dependency, closes #131.</title>
<updated>2014-03-14T12:59:13+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2014-03-14T12:59:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=fb0db8e74d8da41ea3edf93c5c8e29a35d257c59'/>
<id>fb0db8e74d8da41ea3edf93c5c8e29a35d257c59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
