<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch 1.2.2</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Patch Release 1.2.2</title>
<updated>2016-06-21T21:44:01+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-21T21:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=47c5045781b9137713d06f3e55fcd6fc7b8926d7'/>
<id>47c5045781b9137713d06f3e55fcd6fc7b8926d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify timeout unit (#734)</title>
<updated>2016-06-21T15:28:59+00:00</updated>
<author>
<name>ms7s</name>
<email>martin.sucha@exponea.com</email>
</author>
<published>2016-06-21T15:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=ccbb189c025acf35e8ae5902c7992aa835edbcf1'/>
<id>ccbb189c025acf35e8ae5902c7992aa835edbcf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid busy poll during metadata refresh failure with retry_backoff_ms (#733)</title>
<updated>2016-06-21T02:17:49+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-21T02:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=cbcb4a6f857b5fe3609c5713ae17e30e2ae66d79'/>
<id>cbcb4a6f857b5fe3609c5713ae17e30e2ae66d79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check_version should scan nodes until version found or timeout (#731)</title>
<updated>2016-06-19T15:26:30+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-19T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=461ccbd9ecf06722c9ff73f6ed439be4b8391672'/>
<id>461ccbd9ecf06722c9ff73f6ed439be4b8391672</id>
<content type='text'>
* Mute all connection logging during conn.check_version
* Always process pending MetadataRequest in conn.check_version
* KakfaClient.check_version: Scan all brokers until a version is identified or timeout</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Mute all connection logging during conn.check_version
* Always process pending MetadataRequest in conn.check_version
* KakfaClient.check_version: Scan all brokers until a version is identified or timeout</pre>
</div>
</content>
</entry>
<entry>
<title>Update KafkaClient.least_loaded_node (#730)</title>
<updated>2016-06-19T06:18:42+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-19T06:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0b5a49e58d16336c1a632a4f5e42bc4fbbb3d118'/>
<id>0b5a49e58d16336c1a632a4f5e42bc4fbbb3d118</id>
<content type='text'>
- Main node loop should check all known brokers, not just conn objects,
   which is consistent with the official java client.
 - This fixes a bug which could cause least_loaded_node to always
   return the same unavailable node</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Main node loop should check all known brokers, not just conn objects,
   which is consistent with the official java client.
 - This fixes a bug which could cause least_loaded_node to always
   return the same unavailable node</pre>
</div>
</content>
</entry>
<entry>
<title>Use weakref when registering a producer.close atexit to fix normal gc (#728)</title>
<updated>2016-06-18T21:51:23+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-18T21:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=6271c02c6eebf52a6d368416db49bfa57b09ef04'/>
<id>6271c02c6eebf52a6d368416db49bfa57b09ef04</id>
<content type='text'>
* Use weakref when registering a producer.close atexit to fix normal gc
* Test that del(producer) terminates async thread</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use weakref when registering a producer.close atexit to fix normal gc
* Test that del(producer) terminates async thread</pre>
</div>
</content>
</entry>
<entry>
<title>Close selector when closing the client connection to fix fd leak. (#729)</title>
<updated>2016-06-17T21:24:00+00:00</updated>
<author>
<name>Michael Smith</name>
<email>mlrsmith@gmail.com</email>
</author>
<published>2016-06-17T21:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=5b9c55817b76eab8346f65e7c973c518d1e82409'/>
<id>5b9c55817b76eab8346f65e7c973c518d1e82409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak spelling mistake (#719)</title>
<updated>2016-06-17T17:44:06+00:00</updated>
<author>
<name>steve8918</name>
<email>steve8918@gmail.com</email>
</author>
<published>2016-06-17T17:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=1e532c674067e2399fa014151a2e8e49caa4fe58'/>
<id>1e532c674067e2399fa014151a2e8e49caa4fe58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange connection tests to separate legacy KafkaConnection</title>
<updated>2016-06-04T23:49:38+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-04T23:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=81860eeea1449678fb2d42082e08d1bc40cf1f30'/>
<id>81860eeea1449678fb2d42082e08d1bc40cf1f30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version for development</title>
<updated>2016-06-02T00:47:56+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-02T00:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=2afe09e7c17af4ad311f37f1562b9717d934561c'/>
<id>2afe09e7c17af4ad311f37f1562b9717d934561c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
