summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #44 Add missing exception classv0.8.0David Arthur2013-09-246-17/+25
* Merge pull request #45 from quixey/allow-client-idDavid Arthur2013-09-241-4/+5
|\
| * allow a client id to be passed to the clientJim Lim2013-09-241-4/+5
|/
* Documenting new behavior in CHANGES.mdDavid Arthur2013-09-091-0/+4
* Auto-adjusting consumer fetch sizeDavid Arthur2013-09-094-33/+43
* Fixed #42, make fetch size configurableDavid Arthur2013-09-082-4/+41
* Show alternative way of running tests in README.mdDavid Arthur2013-07-261-0/+12
* Merge branch 'issue-35'David Arthur2013-07-266-103/+583
|\
| * 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-282-2/+5
| * Minor markup fixMahendra M2013-06-281-1/+1
| * Fix markupsMahendra M2013-06-281-0/+2
| * Fix markup in READMEMahendra M2013-06-281-1/+1
| * Add TODO commentsMahendra M2013-06-271-0/+2
| * Test cases for multi-process consumer and blocking APIsMahendra M2013-06-271-9/+120
| * Re-init the sockets in the new processMahendra M2013-06-273-1/+16
| * Fix a bug in seek.Mahendra M2013-06-271-0/+6
| * Merge branch 'master' into partitionMahendra M2013-06-252-26/+40
| |\
| * | 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-252-16/+87
| * | Added the modules in __init__.pyMahendra M2013-06-251-2/+3
| * | 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-242-48/+300
| * | Merge branch 'master' into partitionMahendra M2013-06-204-0/+109
| |\ \
| * | | Add support to consume messages from specific partitionsMahendra M2013-06-121-7/+11
* | | | Merge pull request #33 from mahendra/asyncproducerDavid Arthur2013-07-116-30/+509
|\ \ \ \
| * | | | Test cases for new producerMahendra M2013-06-272-4/+275
| * | | | Optimize sending of batch messagesMahendra M2013-06-261-6/+9
| * | | | Got batched mode to work properlyMahendra M2013-06-261-59/+48
| * | | | Make README self-containingMahendra M2013-06-261-1/+1
| * | | | Update README with examplesMahendra M2013-06-262-1/+12
| * | | | Add support for batched message sendMahendra M2013-06-261-9/+100
| * | | | Merge branch 'master' into asyncproducerMahendra M2013-06-252-26/+40
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add exports in __init__Mahendra M2013-06-241-2/+4
| * | | | Make the default case as 'ack on local write'Mahendra M2013-06-203-6/+15
| * | | | Fix import errorsMahendra M2013-06-201-3/+5
| * | | | Update README with new optionsMahendra M2013-06-201-0/+15
| * | | | Add ack support for synchronous producerMahendra M2013-06-201-10/+39
| * | | | Merge branch 'master' into asyncproducerMahendra M2013-06-134-0/+111
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Support for async producerMahendra M2013-06-132-8/+63
| | |_|/ | |/| |
* | | | Adding @sandello to AUTHORS.mdDavid Arthur2013-06-261-0/+1
* | | | Fixing link in CHANGES.mdDavid Arthur2013-06-251-1/+1
* | | | Change auto_commit to False in SimpleConsumerDavid Arthur2013-06-253-1/+5
| |_|/ |/| |
* | | Merge pull request #31 from mahendra/lazythreadDavid Arthur2013-06-252-26/+40
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into lazythreadMahendra M2013-06-254-0/+109
| |\ \ | |/ / |/| |
* | | Merge pull request #32 from mahendra/keyedDavid Arthur2013-06-134-0/+109
|\ \ \ | |_|/ |/| |
| * | Better examples in READMEMahendra M2013-06-131-1/+4