<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test, branch add_makefile</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>Merge pull request #1245 from dpkp/KAFKA_3977_defer_fetch_parsing</title>
<updated>2017-10-11T14:44:17+00:00</updated>
<author>
<name>Taras Voinarovskyi</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-10-11T14:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f04435c5ed97fef0975a77a8dc7bae7c284bba63'/>
<id>f04435c5ed97fef0975a77a8dc7bae7c284bba63</id>
<content type='text'>
KAFKA-3977: defer fetch response parsing and raise exceptions to user</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KAFKA-3977: defer fetch response parsing and raise exceptions to user</pre>
</div>
</content>
</entry>
<entry>
<title>More tests</title>
<updated>2017-10-08T17:50:06+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-08T17:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=bc573e3d63a687903a9be2e1b3da2f943a7208e1'/>
<id>bc573e3d63a687903a9be2e1b3da2f943a7208e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 0.11.0.1 for travis test fixture; use as default if unspecified (#1244)</title>
<updated>2017-10-08T17:01:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-08T17:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7305f03ff0758dad811d51f5e21006f273bb4dc2'/>
<id>7305f03ff0758dad811d51f5e21006f273bb4dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for Fetcher.fetched_records and _handle_fetch_response</title>
<updated>2017-10-08T06:42:41+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-08T06:31:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=645129b00f63eab6368c5e9aca137463b63c0c9d'/>
<id>645129b00f63eab6368c5e9aca137463b63c0c9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add method to ensure a valid topic name (#1238)</title>
<updated>2017-10-07T21:43:29+00:00</updated>
<author>
<name>Niklas Mollenhauer</name>
<email>nikeee@users.noreply.github.com</email>
</author>
<published>2017-10-07T21:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=30ba2c1dbd22eff5f202bbbf2ecd8b42d242b1b0'/>
<id>30ba2c1dbd22eff5f202bbbf2ecd8b42d242b1b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Fetcher.PartitionRecords to handle fetch_offset in the middle of compressed messageset (#1239)</title>
<updated>2017-10-05T21:19:52+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-10-05T21:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=ffc7caef13a120f69788bcdd43ffa01468f575f9'/>
<id>ffc7caef13a120f69788bcdd43ffa01468f575f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using mutable types for default arg values</title>
<updated>2017-09-12T20:56:06+00:00</updated>
<author>
<name>Jeff Widman</name>
<email>jeff@jeffwidman.com</email>
</author>
<published>2017-09-12T20:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=84aec293f7074b4fe46741cd2be694d1efd91386'/>
<id>84aec293f7074b4fe46741cd2be694d1efd91386</id>
<content type='text'>
Using mutable types for default args is typically a no-no unless their
surprising behavior is being explicitly abused, for an explanation see:
http://effbot.org/zone/default-values.htm

Fix #1212
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using mutable types for default args is typically a no-no unless their
surprising behavior is being explicitly abused, for an explanation see:
http://effbot.org/zone/default-values.htm

Fix #1212
</pre>
</div>
</content>
</entry>
<entry>
<title>remove beginning/end offsets request version limit</title>
<updated>2017-09-04T14:27:52+00:00</updated>
<author>
<name>Liao Jiayi</name>
<email>liaojiayi@ip-192-168-36-13.cn-north-1.compute.internal</email>
</author>
<published>2017-09-04T14:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=d0813ab695c9f5c57a7168220bbfca985d7c70af'/>
<id>d0813ab695c9f5c57a7168220bbfca985d7c70af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop unused sleep kwarg to poll (#1177)</title>
<updated>2017-08-15T19:59:35+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2017-08-15T19:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=cbc6fdc4b973a6a94953c9ce9c33e54e415e45bf'/>
<id>cbc6fdc4b973a6a94953c9ce9c33e54e415e45bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit tests for fetcher's `_reset_offset` and related functions.</title>
<updated>2017-08-07T09:34:10+00:00</updated>
<author>
<name>Taras Voinarovskiy</name>
<email>voyn1991@gmail.com</email>
</author>
<published>2017-08-06T10:50:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=55ded554f9f5b470eeb53500e455ecd87f4d8f87'/>
<id>55ded554f9f5b470eeb53500e455ecd87f4d8f87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
