<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/util.py, branch 2.0.2</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>Remove unused import</title>
<updated>2020-02-06T00:03:20+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2020-02-06T00:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=3d98741be0e9608a352221b476cf3aa2d86777be'/>
<id>3d98741be0e9608a352221b476cf3aa2d86777be</id>
<content type='text'>
Forgot to remove this in https://github.com/dpkp/kafka-python/pull/1925
/ ca2d76304bfe3900f995e6f0e4377b2ef654997e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to remove this in https://github.com/dpkp/kafka-python/pull/1925
/ ca2d76304bfe3900f995e6f0e4377b2ef654997e
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some dead code</title>
<updated>2020-02-05T23:57:01+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-08-30T22:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=6babefab60b05e405fdebde89e27fd8b02848633'/>
<id>6babefab60b05e405fdebde89e27fd8b02848633</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove SimpleClient, Producer, Consumer, Unittest (#1196)</title>
<updated>2019-10-11T19:03:22+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2019-10-11T19:03:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=3631bfa009a28767a2057c9beee470acaa6597d5'/>
<id>3631bfa009a28767a2057c9beee470acaa6597d5</id>
<content type='text'>
In the 2.0 release, we're removing:
 * `SimpleClient`
 * `SimpleConsumer`
 * `SimpleProducer`
 * Old partitioners used by `SimpleProducer`; these are superceded by
 the `DefaultPartitioner`

These have been deprecated for several years in favor of `KafkaClient`
/ `KafkaConsumer` / `KafkaProducer`.

Since 2.0 allows breaking changes, we are removing the deprecated
classes.

Additionally, since the only usage of `unittest` was in tests for these
old Simple* clients, this also drops `unittest` from the library. All
tests now run under `pytest`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the 2.0 release, we're removing:
 * `SimpleClient`
 * `SimpleConsumer`
 * `SimpleProducer`
 * Old partitioners used by `SimpleProducer`; these are superceded by
 the `DefaultPartitioner`

These have been deprecated for several years in favor of `KafkaClient`
/ `KafkaConsumer` / `KafkaProducer`.

Since 2.0 allows breaking changes, we are removing the deprecated
classes.

Additionally, since the only usage of `unittest` was in tests for these
old Simple* clients, this also drops `unittest` from the library. All
tests now run under `pytest`.</pre>
</div>
</content>
</entry>
<entry>
<title>Update remote urls: snappy, https, etc</title>
<updated>2018-10-22T21:29:46+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2018-10-22T07:06:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a6be21e7b3a20ce2e25ef26140c43b59cc356f38'/>
<id>a6be21e7b3a20ce2e25ef26140c43b59cc356f38</id>
<content type='text'>
Snappy URL was outdated. Similarly, many of these sites now support
https.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Snappy URL was outdated. Similarly, many of these sites now support
https.
</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>Followup cleanup to #1304</title>
<updated>2017-12-09T00:17:10+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-12-09T00:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=04fb37f690df5d887f9f191dc4d07408307c8207'/>
<id>04fb37f690df5d887f9f191dc4d07408307c8207</id>
<content type='text'>
https://github.com/dpkp/kafka-python/pull/1304/files#r155842880</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/dpkp/kafka-python/pull/1304/files#r155842880</pre>
</div>
</content>
</entry>
<entry>
<title>optimize util.crc32 (#1304)</title>
<updated>2017-12-08T22:35:53+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2017-12-08T22:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2c8748ccfd4feaa16206899599663ff3aac03c6a'/>
<id>2c8748ccfd4feaa16206899599663ff3aac03c6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code (#967)</title>
<updated>2017-02-28T18:18:02+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-28T18:18:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2c23a27483e7b131e8cf3f9c879344cdc497e60e'/>
<id>2c23a27483e7b131e8cf3f9c879344cdc497e60e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always absolute_import</title>
<updated>2016-08-03T04:36:00+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-03T04:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=c693709aaf9e292c8614b9ab345d3322d4f71caa'/>
<id>c693709aaf9e292c8614b9ab345d3322d4f71caa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor six 1.10.0</title>
<updated>2016-08-01T21:47:40+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-08-01T16:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=51b3d311f3930d9bb86877ca235156eb9d46763c'/>
<id>51b3d311f3930d9bb86877ca235156eb9d46763c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
