<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git/test, branch partial_messages</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>Test decoding messagesets with partial messages</title>
<updated>2016-06-01T22:27:30+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-06-01T21:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=4ed0453b533b4b108a2a6aedf4b6e0f7bb49611f'/>
<id>4ed0453b533b4b108a2a6aedf4b6e0f7bb49611f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix socket leaks in KafkaClient (#696)</title>
<updated>2016-05-23T00:14:43+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-23T00:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=77cb35078a7408ebb0eab4bfc2220cc11c10d3b2'/>
<id>77cb35078a7408ebb0eab4bfc2220cc11c10d3b2</id>
<content type='text'>
* Cleanup wakeup socketpair on close to avoid leak in KafkaClient
* Cleanup unneeded bootstrap connection to avoid leak in KafkaClient
* Dont warn on socket disconnections caused by KafkaClient.close()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup wakeup socketpair on close to avoid leak in KafkaClient
* Cleanup unneeded bootstrap connection to avoid leak in KafkaClient
* Dont warn on socket disconnections caused by KafkaClient.close()</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard LZ4 framing for v1 messages / kafka 0.10 (#695)</title>
<updated>2016-05-23T00:14:03+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-23T00:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1d4251a9efa4c5466ba5095f3ba199bf082a72b5'/>
<id>1d4251a9efa4c5466ba5095f3ba199bf082a72b5</id>
<content type='text'>
* LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility
* lz4f does not support easy incremental decompression - raise RuntimeError
* Update lz4 codec tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility
* lz4f does not support easy incremental decompression - raise RuntimeError
* Update lz4 codec tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Fetch/Produce API v2 for brokers &gt;= 0.10 (uses message format v1) (#694)</title>
<updated>2016-05-22T19:41:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-05-22T19:41:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=96530f6a9c4a31d23b069ba162dba6cf45a5efd0'/>
<id>96530f6a9c4a31d23b069ba162dba6cf45a5efd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some simple message protocol tests</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:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=aa5bde6ac382966395f8f1466c46d55cf28c2cce'/>
<id>aa5bde6ac382966395f8f1466c46d55cf28c2cce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename legacy protocol tests</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-22T06:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=54eb2641ec9aac1249be00dda92c07db39801400'/>
<id>54eb2641ec9aac1249be00dda92c07db39801400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve consumer group test loop</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-22T06:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=7719946d74eea6aab6c7865d453d061514096689'/>
<id>7719946d74eea6aab6c7865d453d061514096689</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 disconnected socket tests for conn.recv()</title>
<updated>2016-04-26T04:45:18+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-26T04:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0b664ff3755e2e21c7aeb76e3f9020afe16ae74b'/>
<id>0b664ff3755e2e21c7aeb76e3f9020afe16ae74b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename mocked socket as _socket in test_conn</title>
<updated>2016-04-26T04:45:18+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-04-26T04:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=2d759452cf0f0996f23990319466d31581197319'/>
<id>2d759452cf0f0996f23990319466d31581197319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
