<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch 1193-remove-old-simple-clients</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>Add a bunch of TODOs</title>
<updated>2019-10-07T18:18:57+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://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=da97f64e42b07f28a45e7a6dfab9e623a7df5cdd'/>
<id>da97f64e42b07f28a45e7a6dfab9e623a7df5cdd</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</title>
<updated>2019-10-07T18:18:48+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-08-30T22:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=29eb99ba1a194e52ab06a0970c0338be72b1db28'/>
<id>29eb99ba1a194e52ab06a0970c0338be72b1db28</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>convert test_admin_integration to pytest (#1923)</title>
<updated>2019-10-07T18:11:58+00:00</updated>
<author>
<name>Ulrik Johansson</name>
<email>ulrik.johansson@gmail.com</email>
</author>
<published>2019-10-07T18:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=84e37e0f14b53fbf6fdc2ad97ea1625e50a149d1'/>
<id>84e37e0f14b53fbf6fdc2ad97ea1625e50a149d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring to match conn.py's (#1921)</title>
<updated>2019-10-03T20:35:18+00:00</updated>
<author>
<name>David Bouchare</name>
<email>david.bouchare@datadoghq.com</email>
</author>
<published>2019-10-03T20:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=f1cda98e0b427116d5eb901bce2d697b3f037e78'/>
<id>f1cda98e0b427116d5eb901bce2d697b3f037e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.4.7 (#1916)</title>
<updated>2019-09-30T21:04:42+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-09-30T21:04: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=0552b04326c73be29f209c12920ef4cbaceb9818'/>
<id>0552b04326c73be29f209c12920ef4cbaceb9818</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KAFKA 2.3.0 to test matrix (#1915)</title>
<updated>2019-09-30T20:16:40+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-09-30T20:16:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=0a8884b984b37a8b46e5b17eabaee894113d7b59'/>
<id>0a8884b984b37a8b46e5b17eabaee894113d7b59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow up to PR 1782 -- fix tests (#1914)</title>
<updated>2019-09-30T18:18:46+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-09-30T18:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=975087b4ae22ecdb63b757a5abe2e9643888b7fe'/>
<id>975087b4ae22ecdb63b757a5abe2e9643888b7fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve/refactor bootstrap_connected</title>
<updated>2019-09-30T14:49:59+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2019-09-30T14:49: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=87fb1bb48f82bcaa6c5e1a1edadab2832659801c'/>
<id>87fb1bb48f82bcaa6c5e1a1edadab2832659801c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a function to determine if bootstrap is successfully connected (#1876)</title>
<updated>2019-09-30T14:24:29+00:00</updated>
<author>
<name>PandllCom</name>
<email>lynnheavn@126.com</email>
</author>
<published>2019-09-30T14:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=7a7a890d7f50327d17358559d769e26b5268167e'/>
<id>7a7a890d7f50327d17358559d769e26b5268167e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #1780 - Consumer hang indefinitely in fetcher._retrieve_offsets() due to topic deletion while rebalancing  (#1782)</title>
<updated>2019-09-30T14:23:06+00:00</updated>
<author>
<name>Commander Dishwasher</name>
<email>roy.antman@gmail.com</email>
</author>
<published>2019-09-30T14:23: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=298cb0dbef58f6bb267235911b6ca86039bf8cda'/>
<id>298cb0dbef58f6bb267235911b6ca86039bf8cda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
