<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch remove_bad_test</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>Drop bad disconnect test -- just use the mocked-socket test</title>
<updated>2017-02-09T23:28:01+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-02-09T23:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bd6ecef5b480c31721dec47c529b3c30206e3f9c'/>
<id>bd6ecef5b480c31721dec47c529b3c30206e3f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP-8: Spacing &amp; removed unused imports (#899)</title>
<updated>2017-02-09T20:27:16+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-09T20:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8fde79dbb5a3793b1a9ebd10e032d5f3dd535645'/>
<id>8fde79dbb5a3793b1a9ebd10e032d5f3dd535645</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MetadataRequest_v2 and MetadataResponse_v2 structures for KIP-78 (#974)</title>
<updated>2017-02-09T18:56:58+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-02-09T18:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=e825483d49bda41f13420311cbc9ffd59f7cee3d'/>
<id>e825483d49bda41f13420311cbc9ffd59f7cee3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KIP-88 / KAFKA-3853: OffsetFetch v2 structs (#971)</title>
<updated>2017-02-09T01:23:39+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-09T01:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=8be2f248baa901c83ad1564fdc99080886170241'/>
<id>8be2f248baa901c83ad1564fdc99080886170241</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move BrokerConnection docstring to class (#968)</title>
<updated>2017-02-09T01:18:31+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-09T01:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f93e6de5136f6c4e14a1aeb7ec0eb5e79cd2b41b'/>
<id>f93e6de5136f6c4e14a1aeb7ec0eb5e79cd2b41b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY-up the MetadataRequest_v1 struct (#966)</title>
<updated>2017-02-09T01:17:21+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-09T01:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=9b8ef798dd6804eb14de7386e2f97ce13db0cead'/>
<id>9b8ef798dd6804eb14de7386e2f97ce13db0cead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JoinGroup v1 structs (#965)</title>
<updated>2017-02-09T01:16:10+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-09T01:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d309ccbec95ae9039cd7d60278567015030c1b76'/>
<id>d309ccbec95ae9039cd7d60278567015030c1b76</id>
<content type='text'>
The JoinGroupRequest struct added a rebalance_timeout as part of KIP-62 / KAFKA-3888</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The JoinGroupRequest struct added a rebalance_timeout as part of KIP-62 / KAFKA-3888</pre>
</div>
</content>
</entry>
<entry>
<title>DRY-up the OffsetCommitResponse Structs (#970)</title>
<updated>2017-02-03T18:10:58+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-03T18:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d215bd98236783dc5bcdf1f59d94fef1e254bab1'/>
<id>d215bd98236783dc5bcdf1f59d94fef1e254bab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DRY-up the OffsetFetch structs (#964)</title>
<updated>2017-02-03T18:08:12+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-03T18:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ff2a129bc6eb8520ea66f48bb77e6f39bb722684'/>
<id>ff2a129bc6eb8520ea66f48bb77e6f39bb722684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>time --&gt; timestamp to match Java API (#969)</title>
<updated>2017-02-03T18:07:01+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-02-03T18:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4c62fb9247ade4fe988766baa8876c0e11ee1d47'/>
<id>4c62fb9247ade4fe988766baa8876c0e11ee1d47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
