<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/kafka/protocol, branch message_format_v1</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>KAFKA-3025: Message v1 -- add timetamp and use relative offset in compressed messagesets</title>
<updated>2016-05-22T16:51:37+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T07:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=795cb9b29fa05d4425f807f54dfa639c125fc0dd'/>
<id>795cb9b29fa05d4425f807f54dfa639c125fc0dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always pass encoded message bytes to MessageSet.encode()</title>
<updated>2016-05-22T07:17:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T04:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7f4a9361ea168a0e1073801d0b86868de47d1de2'/>
<id>7f4a9361ea168a0e1073801d0b86868de47d1de2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise ValueError on protocol encode/decode errors</title>
<updated>2016-05-22T07:17:51+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T04:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=f2991be6143c6a1a79815ea20fe95bae8f5376ac'/>
<id>f2991be6143c6a1a79815ea20fe95bae8f5376ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages* [Legacy Protocol] Update legacy protocol to handle compressed messages</title>
<updated>2016-05-10T15:34:06+00:00</updated>
<author>
<name>Paul Cavallaro</name>
<email>paulcavallaro@users.noreply.github.com</email>
</author>
<published>2016-05-10T15:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2c9930dea4a4537cf237ac7cc9db1f3970419b59'/>
<id>2c9930dea4a4537cf237ac7cc9db1f3970419b59</id>
<content type='text'>
* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [SimpleConsumer] Fix legacy SimpleConsumer when using compressed messages</pre>
</div>
</content>
</entry>
<entry>
<title>Add protocol support for ApiVersionRequest; identify 0.10 brokers in check_version</title>
<updated>2016-05-03T03:59:05+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-03T03:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=a3b7dca1b03e8d8d1e1e6c9339a5e12ccb5f51ea'/>
<id>a3b7dca1b03e8d8d1e1e6c9339a5e12ccb5f51ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KAFKA-2136: support Fetch and Produce v1 (throttle_time_ms)</title>
<updated>2016-04-06T21:48:13+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T20:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=3d16f2ff5f75380c8a9fce846f35e92bb5bfb935'/>
<id>3d16f2ff5f75380c8a9fce846f35e92bb5bfb935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use version-indexed lists for request/response protocol structs</title>
<updated>2016-04-06T05:54:28+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-06T05:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=90c729438a2e3f1b194e58231e41bd16bd7b7172'/>
<id>90c729438a2e3f1b194e58231e41bd16bd7b7172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update imports from kafka.common -&gt; kafka.errors / kafka.structs</title>
<updated>2016-04-05T16:35:45+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-05T16:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=5a14bd8c947251d1a8f848175cc3cf2b07af3411'/>
<id>5a14bd8c947251d1a8f848175cc3cf2b07af3411</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for LZ4 compressed messages using python-lz4 module</title>
<updated>2016-01-25T18:09:15+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-25T06:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0d5899020a75e22fec14d3e3d7aec8f043d60a31'/>
<id>0d5899020a75e22fec14d3e3d7aec8f043d60a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support encode and repr on raw BytesIO MessageSets (used in new producer)</title>
<updated>2016-01-24T21:26:42+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-23T23:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=da787214e1d196992aecf269c9d0105e4c934a4d'/>
<id>da787214e1d196992aecf269c9d0105e4c934a4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
