<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kafka-python.git, branch 0.7</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>Making version number compatible with future versions</title>
<updated>2013-04-03T01:09:35+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2013-04-03T01:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=94a939ac8405cb7ff55ec5b49ba77087c0b12c6a'/>
<id>94a939ac8405cb7ff55ec5b49ba77087c0b12c6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding client_fetch_size to queue interface</title>
<updated>2013-04-03T00:19:29+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-20T15:16:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0bc2afe910e29431cf6effad6ba3464d4c10597e'/>
<id>0bc2afe910e29431cf6effad6ba3464d4c10597e</id>
<content type='text'>
Also more docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also more docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos, closes #12</title>
<updated>2013-01-26T19:26:19+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2013-01-26T19:26:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=40e49dce482b02857ed22db9f830772ed38dded7'/>
<id>40e49dce482b02857ed22db9f830772ed38dded7</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 #11 from anentropic/master</title>
<updated>2012-11-22T14:55:32+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-22T14:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=81ff0f5991dca7bf604b7f6f281681a5b4421649'/>
<id>81ff0f5991dca7bf604b7f6f281681a5b4421649</id>
<content type='text'>
fix docs: iter_messages doesn't (any longer?) take a FetchRequest </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix docs: iter_messages doesn't (any longer?) take a FetchRequest </pre>
</div>
</content>
</entry>
<entry>
<title>fix docs: iter_messages doesn't (any longer?) take a FetchRequest</title>
<updated>2012-11-22T13:18:34+00:00</updated>
<author>
<name>anentropic</name>
<email>ego@anentropic.com</email>
</author>
<published>2012-11-22T13:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=60aef76a9ab684a5b680e0c15d034744fc71620f'/>
<id>60aef76a9ab684a5b680e0c15d034744fc71620f</id>
<content type='text'>
...it takes the same args and instantiates its own one</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...it takes the same args and instantiates its own one</pre>
</div>
</content>
</entry>
<entry>
<title>Add some docs and KafkaQueue config</title>
<updated>2012-11-20T01:47:27+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-19T16:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=1d0bc784d41364d6178dce452f2ac787b52749a8'/>
<id>1d0bc784d41364d6178dce452f2ac787b52749a8</id>
<content type='text'>
Ref #8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref #8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a Queue-like producer/consumer</title>
<updated>2012-11-20T01:47:27+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-19T15:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=330ddbca4464f32d31b662eb95b92113e7024323'/>
<id>330ddbca4464f32d31b662eb95b92113e7024323</id>
<content type='text'>
Creates a producer process and one consumer process per partition. Uses
`multiprocessing.Queue` for communication between the parent process and
the producer/consumers.

```python
kafka = KafkaClient("localhost", 9092)
q = KafkaQueue(kafka, client="test-queue", partitions=[0,1])
q.put("test")
q.get()
q.close()
kafka.close()
```

Ref #8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Creates a producer process and one consumer process per partition. Uses
`multiprocessing.Queue` for communication between the parent process and
the producer/consumers.

```python
kafka = KafkaClient("localhost", 9092)
q = KafkaQueue(kafka, client="test-queue", partitions=[0,1])
q.put("test")
q.get()
q.close()
kafka.close()
```

Ref #8
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2012-11-16T20:25:07+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-16T20:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=0c61f4467a327e38c9c8701ab680e47a209bab7c'/>
<id>0c61f4467a327e38c9c8701ab680e47a209bab7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Snappy support</title>
<updated>2012-11-16T20:02:49+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-16T20:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=26414d4a993b6d0fd9074b2e7c4abc4230ae52eb'/>
<id>26414d4a993b6d0fd9074b2e7c4abc4230ae52eb</id>
<content type='text'>
Fixes #2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2
</pre>
</div>
</content>
</entry>
<entry>
<title>Update LICENSE with author+year</title>
<updated>2012-11-16T16:57:59+00:00</updated>
<author>
<name>David Arthur</name>
<email>mumrah@gmail.com</email>
</author>
<published>2012-11-16T16:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kafka-python.git/commit/?id=03abf98c0936a1d48af077ba9c41a11cd074ec5b'/>
<id>03abf98c0936a1d48af077ba9c41a11cd074ec5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
