<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch metadata_refresh_backoff</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>Avoid busy poll during metadata refresh failure with retry_backoff_ms</title>
<updated>2016-06-20T16:56:07+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-20T16:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=06abc63522a32ddf15a9de9c168132d85326cc0d'/>
<id>06abc63522a32ddf15a9de9c168132d85326cc0d</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>
<entry>
<title>Patch Release 1.2.1</title>
<updated>2016-06-01T23:55:06+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-01T23:55: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=21dae47b3858ebee23b4e9ce88541b7cb0793de5'/>
<id>21dae47b3858ebee23b4e9ce88541b7cb0793de5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression in MessageSet decoding wrt PartialMessages (#716)</title>
<updated>2016-06-01T23:49:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-01T23:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=8805d30b781b95786e8f6fc2fa0a24e6e2bd270d'/>
<id>8805d30b781b95786e8f6fc2fa0a24e6e2bd270d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
