summaryrefslogtreecommitdiff
path: root/kafka/consumer.py
Commit message (Expand)AuthorAgeFilesLines
* Add consumer reprMark Roberts2014-02-241-0/+8
* Ensure that multiprocess consumer works in windowsMahendra M2013-10-081-53/+63
* flake8 pass (pep8 and pyflakes)mrtheb2013-10-031-23/+30
* remove unused exception instance variablesVetoshkin Nikita2013-10-031-1/+1
* Cherry-pick mrtheb/kafka-python 2b016b69mrtheb2013-10-031-1/+4
* Fix #44 Add missing exception classv0.8.0David Arthur2013-09-241-4/+3
* Auto-adjusting consumer fetch sizeDavid Arthur2013-09-091-15/+25
* Fixed #42, make fetch size configurableDavid Arthur2013-09-081-4/+7
* Fix minor bug in offset managementMahendra M2013-07-011-1/+4
* Add more cleanup in consumer.stop()Mahendra M2013-06-281-5/+7
* Fix cases of single partitionMahendra M2013-06-281-2/+3
* Add TODO commentsMahendra M2013-06-271-0/+2
* Re-init the sockets in the new processMahendra M2013-06-271-1/+3
* Fix a bug in seek.Mahendra M2013-06-271-0/+6
* Merge branch 'master' into partitionMahendra M2013-06-251-17/+9
|\
| * Optimize auto-commit threadMahendra M2013-06-121-21/+10
| * Spawn the commit thread only if necessaryMahendra M2013-06-111-2/+5
* | Got MultiProcessConsumer workingMahendra M2013-06-251-10/+20
* | Added some comments about message stateMahendra M2013-06-251-0/+7
* | Implement blocking get_messages for SimpleConsumerMahendra M2013-06-251-13/+80
* | Added more documentation and clean up duplicate codeMahendra M2013-06-251-86/+76
* | Minor bug fixMahendra M2013-06-241-2/+3
* | Add support for multi-process consumerMahendra M2013-06-241-48/+286
* | Add support to consume messages from specific partitionsMahendra M2013-06-121-7/+11
|/
* Refactor and update integration testsIvan Pouzyrevsky2013-06-071-0/+5
* Finish making remaining files pep8 readyMahendra M2013-06-041-34/+59
* Removing the bit about offsetsDavid Arthur2013-05-291-5/+0
* Minor bug fixesMahendra M2013-05-291-12/+29
* Merge branch 'issue-22'David Arthur2013-05-281-0/+24
|\
| * Closes #22David Arthur2013-05-281-20/+0
| * Missed a doc stringMahendra M2013-05-271-0/+2
| * New API for getting a specified set of messagesMahendra M2013-05-271-0/+18
| * New API for checking pending message countMahendra M2013-05-271-0/+24
* | Auto commit timer is not periodicMahendra M2013-05-281-7/+18
|/
* Fixes #14David Arthur2013-04-111-1/+1
* Update kafka-src to latest trunk, enable 0.8.1 featuresDavid Arthur2013-04-021-1/+0
* Refactoring a bit, cleanup for 0.8David Arthur2013-04-021-20/+51
* Big code re-orgDavid Arthur2013-04-021-0/+159