summaryrefslogtreecommitdiff
path: root/kafka
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 0.80.8David Arthur2013-04-022-3/+1
|\
| * A few fixes for offset APIs in 0.8.1David Arthur2013-04-022-3/+1
| * Update kafka-src to latest trunk, enable 0.8.1 featuresDavid Arthur2013-04-022-3/+0
| * Update kafka-src to latest 0.8David Arthur2013-04-022-2/+3
| * Bring acks and timeout down to the clientDavid Arthur2013-04-022-5/+5
| * Refactoring a bit, cleanup for 0.8David Arthur2013-04-025-154/+193
| * Big code re-orgDavid Arthur2013-04-029-646/+822
| * Some work on a simple consumerDavid Arthur2013-04-021-4/+32
| * Started on a simple producer and consumerDavid Arthur2013-04-022-6/+58
| * Removing __main__ stuff from client.pyDavid Arthur2013-04-021-66/+0
| * Integration tests passingDavid Arthur2013-04-024-1374/+744
| * Protocol and low-level client done, adding testsDavid Arthur2013-04-022-78/+118
| * Fix a bunch of bugsDavid Arthur2013-04-022-65/+138
| * First pass of cleanup/refactoringDavid Arthur2013-04-023-225/+487
| * Starting work on 0.8 compatDavid Arthur2013-04-022-0/+562
| * Adding client_fetch_size to queue interfaceDavid Arthur2013-04-021-3/+34
* | Update kafka-src to latest 0.8David Arthur2013-04-012-2/+3
* | Bring acks and timeout down to the clientDavid Arthur2013-04-012-5/+5
* | Refactoring a bit, cleanup for 0.8David Arthur2013-04-015-154/+193
* | Big code re-orgDavid Arthur2013-03-309-646/+822
* | Some work on a simple consumerDavid Arthur2013-03-191-4/+32
* | Started on a simple producer and consumerDavid Arthur2013-03-082-6/+58
* | Removing __main__ stuff from client.pyDavid Arthur2013-03-011-66/+0
* | Integration tests passingDavid Arthur2013-03-014-1374/+744
* | Protocol and low-level client done, adding testsDavid Arthur2013-02-222-78/+118
* | Fix a bunch of bugsDavid Arthur2013-02-202-65/+138
* | First pass of cleanup/refactoringDavid Arthur2013-02-203-225/+487
* | Starting work on 0.8 compatDavid Arthur2013-02-132-0/+562
* | Adding client_fetch_size to queue interfaceDavid Arthur2012-11-201-3/+34
|/
* Add some docs and KafkaQueue configDavid Arthur2012-11-191-19/+47
* Add a Queue-like producer/consumerDavid Arthur2012-11-192-0/+122
* Add Snappy support0.1-alphaDavid Arthur2012-11-163-1/+41
* Clean up imports in client, fixed #5David Arthur2012-10-301-3/+0
* Replace socket.send with socket.sendall, Fixes #6David Arthur2012-10-301-5/+5
* error handling fixBen Frederickson2012-10-251-1/+1
* Isn't it nice when tests actually find bugsDavid Arthur2012-10-021-4/+3
* Packaging improvmentsDavid Arthur2012-10-021-1/+11
* Renaming kafka.py to client.pyDavid Arthur2012-10-021-0/+0
* Moved codec stuff into it's own moduleDavid Arthur2012-10-023-22/+26
* Start work on packaging issue #3David Arthur2012-10-022-0/+630