<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka, branch drop_pytest_sugar</title>
<subtitle>github.com: mumrah/kafka-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/'/>
<entry>
<title>Fix for Python 3 byte string handling in SASL auth (#1353)</title>
<updated>2018-01-24T19:26:22+00:00</updated>
<author>
<name>Christophe Lecointe</name>
<email>christophe.lecointe@tuta.io</email>
</author>
<published>2018-01-24T19:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=351f418ba5b62c28c8cff5ea7dcca8e37cadcf8e'/>
<id>351f418ba5b62c28c8cff5ea7dcca8e37cadcf8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove assertion with side effect (#1348)</title>
<updated>2018-01-23T17:49:18+00:00</updated>
<author>
<name>Buğra Gedik</name>
<email>bgedik@gmail.com</email>
</author>
<published>2018-01-23T17:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bfa6e2044ad7ecef8ab042d43e2c4d47467d3949'/>
<id>bfa6e2044ad7ecef8ab042d43e2c4d47467d3949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix reconnect_backoff_max_ms default config bug in KafkaProducer (#1352)</title>
<updated>2018-01-23T17:48:58+00:00</updated>
<author>
<name>C.YAO</name>
<email>YaoC@users.noreply.github.com</email>
</author>
<published>2018-01-23T17:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8f8201713676db2f6ea3828cc376cbed2665dcd2'/>
<id>8f8201713676db2f6ea3828cc376cbed2665dcd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Name heartbeat thread with group_id; use backoff when polling (#1345)</title>
<updated>2018-01-16T18:52:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-16T18:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=13490fa2b17a8ad909b11a243aaf38ba491293ee'/>
<id>13490fa2b17a8ad909b11a243aaf38ba491293ee</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid KeyError when filtering fetchable partitions (#1344)</title>
<updated>2018-01-12T20:48:43+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-12T20:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=298709d2590b201dfe1b8753baacd1d2b554710f'/>
<id>298709d2590b201dfe1b8753baacd1d2b554710f</id>
<content type='text'>
* Avoid KeyError when filtering fetchable partitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid KeyError when filtering fetchable partitions
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor reconnect_backoff in conn.connect() (#1342)</title>
<updated>2018-01-12T01:38:47+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-12T01:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a8bf19f88e89bef571b7c1f952010bf405054987'/>
<id>a8bf19f88e89bef571b7c1f952010bf405054987</id>
<content type='text'>
* Honor reconnect_backoff in conn.connect()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Honor reconnect_backoff in conn.connect()</pre>
</div>
</content>
</entry>
<entry>
<title>Fix coordinator join_future race condition (#1338)</title>
<updated>2018-01-11T22:48:38+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-11T22:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=da65a562bdd9ce20290d4375acc36b4977ef7026'/>
<id>da65a562bdd9ce20290d4375acc36b4977ef7026</id>
<content type='text'>
* Fix race condition in coordinator join_future handling</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix race condition in coordinator join_future handling</pre>
</div>
</content>
</entry>
<entry>
<title>Read all available socket bytes (#1332)</title>
<updated>2018-01-11T01:25:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-11T01:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a69320b8e3199fa9d7cfa3947a242e699a045c3b'/>
<id>a69320b8e3199fa9d7cfa3947a242e699a045c3b</id>
<content type='text'>
* Recv all available network bytes before parsing
* Add experimental support for configuring socket chunking parameters</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Recv all available network bytes before parsing
* Add experimental support for configuring socket chunking parameters</pre>
</div>
</content>
</entry>
<entry>
<title>Improve KafkaConsumer cleanup (#1339)</title>
<updated>2018-01-10T23:56:47+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-10T23:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0a7492443c78d4791cfdf3d6384c02f1c7757c7b'/>
<id>0a7492443c78d4791cfdf3d6384c02f1c7757c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in _try_authenticate_plain (#1333)</title>
<updated>2017-12-28T16:59:58+00:00</updated>
<author>
<name>everpcpc</name>
<email>git@everpcpc.com</email>
</author>
<published>2017-12-28T16:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=794b695e7ceff25834616bb54e32160104040df4'/>
<id>794b695e7ceff25834616bb54e32160104040df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
