<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch gc_debug</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>Log __del__ cleanups</title>
<updated>2018-05-26T17:51:35+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-01-11T22:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b52c58ddb86d0b7ec53b2ab3277fed879c81b646'/>
<id>b52c58ddb86d0b7ec53b2ab3277fed879c81b646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve connection handling when bootstrap list is invalid (#1507)</title>
<updated>2018-05-26T15:48:41+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-05-26T15:48:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=39ebe1d78b3eee6718aa1cf90547df1f3f38b240'/>
<id>39ebe1d78b3eee6718aa1cf90547df1f3f38b240</id>
<content type='text'>
* only perform single dns lookup for connect_blocking()
* fix blocking timeout in check_version()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* only perform single dns lookup for connect_blocking()
* fix blocking timeout in check_version()</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore MetadataResponses with empty broker list (#1506)</title>
<updated>2018-05-26T15:43:25+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-05-26T15:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ee26c3f547f357d639b421b3e38a74e87e21f346'/>
<id>ee26c3f547f357d639b421b3e38a74e87e21f346</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Document methods that return None</title>
<updated>2018-05-23T22:19:35+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-05-22T18:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c9d783a8211337205bc90c27d1f67beb65ac5d9e'/>
<id>c9d783a8211337205bc90c27d1f67beb65ac5d9e</id>
<content type='text'>
If a valid broker in the cluster has no partitions, it will return None rather than an empty set.

Similarly updated a few other methods.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a valid broker in the cluster has no partitions, it will return None rather than an empty set.

Similarly updated a few other methods.</pre>
</div>
</content>
</entry>
<entry>
<title>Stop shadowing `ConnectionError`</title>
<updated>2018-05-23T22:19:01+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-05-10T23:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=11cf3973bfc64ab0b4e471fc56dae911df1ec8d9'/>
<id>11cf3973bfc64ab0b4e471fc56dae911df1ec8d9</id>
<content type='text'>
In Python3, `ConnectionError` is a native exception. So rename our
custom one to `KafkaConnectionError` to prevent accidentally
shadowing the native one.

Note that there are still valid uses of `ConnectionError` in this code.
They already expect a native Python3 `ConnectionError`, and also already
handle the Python2 compatibility issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python3, `ConnectionError` is a native exception. So rename our
custom one to `KafkaConnectionError` to prevent accidentally
shadowing the native one.

Note that there are still valid uses of `ConnectionError` in this code.
They already expect a native Python3 `ConnectionError`, and also already
handle the Python2 compatibility issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using deprecated log.warn()</title>
<updated>2018-05-10T23:33:37+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-05-10T23:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9221fcf83528b5c3657e43636cb84c1d18025acd'/>
<id>9221fcf83528b5c3657e43636cb84c1d18025acd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc capitalization cleanup</title>
<updated>2018-04-24T20:02:39+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-04-24T20:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=27f939ad528a5f7f71346c3d9b18e1a9aa9404e5'/>
<id>27f939ad528a5f7f71346c3d9b18e1a9aa9404e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force lz4 to disable Kafka-unsupported block linking when encoding (#1476)</title>
<updated>2018-04-19T00:31:14+00:00</updated>
<author>
<name>Michael P. Nitowski</name>
<email>mpnitowski@gmail.com</email>
</author>
<published>2018-04-19T00:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=afc6346d05054faf75e30a01b9e41a9916e703a9'/>
<id>afc6346d05054faf75e30a01b9e41a9916e703a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip flakey SimpleProducer test</title>
<updated>2018-04-18T22:10:33+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2018-04-18T22:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=b6ffbaaab2a26f8a12db195630dd5fa0a0fb2a35'/>
<id>b6ffbaaab2a26f8a12db195630dd5fa0a0fb2a35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added AlterConfigs and DescribeConfigs apis (#1472)</title>
<updated>2018-04-18T21:55:49+00:00</updated>
<author>
<name>Stephen SORRIAUX</name>
<email>stephen.sorriaux@gmail.com</email>
</author>
<published>2018-04-18T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=59b0c6f714f83b5dae2df97f12645c39a6cdc179'/>
<id>59b0c6f714f83b5dae2df97f12645c39a6cdc179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
