<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch lz4</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 lz4 to tox environment deps</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:02: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=c118991a1cfbbd88d999843c6d7bb4a48fce0820'/>
<id>c118991a1cfbbd88d999843c6d7bb4a48fce0820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert codec tests to pytest; add simple lz4 test</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:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=86639e736f3487f85a3580304c355c82f2004483'/>
<id>86639e736f3487f85a3580304c355c82f2004483</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://91.123.203.49/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>Merge pull request #516 from dpkp/group_id_none</title>
<updated>2016-01-25T05:24:21+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-01-25T05:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=2c7b7452a8ca761672e70ee56b3779e4a96c1997'/>
<id>2c7b7452a8ca761672e70ee56b3779e4a96c1997</id>
<content type='text'>
Support group_id=None to disable offset commits and group membership</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support group_id=None to disable offset commits and group membership</pre>
</div>
</content>
</entry>
<entry>
<title>Disable auto-commit / group assignment in producer test</title>
<updated>2016-01-25T02:43:17+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-25T02:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=c02b2711f1b18bba85155f8bf402b5b9824b6502'/>
<id>c02b2711f1b18bba85155f8bf402b5b9824b6502</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable offset commits and auto-partition-assignment when group_id is None</title>
<updated>2016-01-25T02:38:26+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-25T00:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=2a1970138c233e1ebaa58b6db670b2ed0f8d8551'/>
<id>2a1970138c233e1ebaa58b6db670b2ed0f8d8551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #515 from dpkp/kafka_producer</title>
<updated>2016-01-25T02:36:46+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@gmail.com</email>
</author>
<published>2016-01-25T02:36: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=077dc4742ffa82584946379790424faf4c6ba47f'/>
<id>077dc4742ffa82584946379790424faf4c6ba47f</id>
<content type='text'>
KafkaProducer</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KafkaProducer</pre>
</div>
</content>
</entry>
<entry>
<title>Add KafkaProducer to autodocs and README</title>
<updated>2016-01-25T01:33:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-24T06:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=85c0dd2579eb6aa0b9492d9082d0f4cf4d8ea39d'/>
<id>85c0dd2579eb6aa0b9492d9082d0f4cf4d8ea39d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple KafkaProducer -&gt; KafkaConsumer integration test</title>
<updated>2016-01-25T01:33:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-24T06:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/kafka-python.git/commit/?id=f51623142dfc089aeb46e986b1d0382f3fab3025'/>
<id>f51623142dfc089aeb46e986b1d0382f3fab3025</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add DefaultPartitioner test</title>
<updated>2016-01-25T01:33:09+00:00</updated>
<author>
<name>Dana Powers</name>
<email>dana.powers@rd.io</email>
</author>
<published>2016-01-25T01:32: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=4d993bbe12fc20a6469a1e3074a74eabd2aba114'/>
<id>4d993bbe12fc20a6469a1e3074a74eabd2aba114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
