Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | don't forget to call superclass __init__ | Vetoshkin Nikita | 2013-10-03 | 2 | -1/+3 | |
* | style: fix camelCase variable names again | Vetoshkin Nikita | 2013-10-03 | 1 | -2/+2 | |
* | style: remove extra brackets one more time | Vetoshkin Nikita | 2013-10-03 | 1 | -5/+5 | |
* | style: remove extra brackets | Vetoshkin Nikita | 2013-10-03 | 1 | -1/+1 | |
* | style: fix camelCase variable names once more | Vetoshkin Nikita | 2013-10-03 | 1 | -3/+3 | |
* | style: fix camelCase variable names | Vetoshkin Nikita | 2013-10-03 | 4 | -30/+29 | |
* | style: use triple quotes for docstrings | Vetoshkin Nikita | 2013-10-03 | 2 | -4/+12 | |
* | style: fix whitespaces | Vetoshkin Nikita | 2013-10-03 | 3 | -1/+7 | |
* | Cherry-pick mrtheb/kafka-python 2b016b69 | mrtheb | 2013-10-03 | 2 | -4/+8 | |
* | import bufferunderflow error | Jim Lim | 2013-09-27 | 1 | -0/+2 | |
* | Fix #44 Add missing exception classv0.8.0 | David Arthur | 2013-09-24 | 5 | -17/+23 | |
* | allow a client id to be passed to the client | Jim Lim | 2013-09-24 | 1 | -4/+5 | |
* | Auto-adjusting consumer fetch size | David Arthur | 2013-09-09 | 3 | -21/+37 | |
* | Fixed #42, make fetch size configurable | David Arthur | 2013-09-08 | 1 | -4/+7 | |
* | Merge branch 'issue-35' | David Arthur | 2013-07-26 | 4 | -94/+445 | |
|\ | ||||||
| * | Fix minor bug in offset management | Mahendra M | 2013-07-01 | 1 | -1/+4 | |
| * | Add more cleanup in consumer.stop() | Mahendra M | 2013-06-28 | 1 | -5/+7 | |
| * | Fix cases of single partition | Mahendra M | 2013-06-28 | 1 | -2/+3 | |
| * | Add TODO comments | Mahendra M | 2013-06-27 | 1 | -0/+2 | |
| * | Re-init the sockets in the new process | Mahendra M | 2013-06-27 | 3 | -1/+16 | |
| * | Fix a bug in seek. | Mahendra M | 2013-06-27 | 1 | -0/+6 | |
| * | Merge branch 'master' into partition | Mahendra M | 2013-06-25 | 2 | -26/+40 | |
| |\ | ||||||
| * | | Got MultiProcessConsumer working | Mahendra M | 2013-06-25 | 1 | -10/+20 | |
| * | | Added some comments about message state | Mahendra M | 2013-06-25 | 1 | -0/+7 | |
| * | | Implement blocking get_messages for SimpleConsumer | Mahendra M | 2013-06-25 | 2 | -16/+87 | |
| * | | Added the modules in __init__.py | Mahendra M | 2013-06-25 | 1 | -2/+3 | |
| * | | Added more documentation and clean up duplicate code | Mahendra M | 2013-06-25 | 1 | -86/+76 | |
| * | | Minor bug fix | Mahendra M | 2013-06-24 | 1 | -2/+3 | |
| * | | Add support for multi-process consumer | Mahendra M | 2013-06-24 | 1 | -48/+286 | |
| * | | Merge branch 'master' into partition | Mahendra M | 2013-06-20 | 3 | -0/+93 | |
| |\ \ | ||||||
| * | | | Add support to consume messages from specific partitions | Mahendra M | 2013-06-12 | 1 | -7/+11 | |
* | | | | Merge pull request #33 from mahendra/asyncproducer | David Arthur | 2013-07-11 | 4 | -26/+202 | |
|\ \ \ \ | ||||||
| * | | | | Test cases for new producer | Mahendra M | 2013-06-27 | 1 | -1/+1 | |
| * | | | | Optimize sending of batch messages | Mahendra M | 2013-06-26 | 1 | -6/+9 | |
| * | | | | Got batched mode to work properly | Mahendra M | 2013-06-26 | 1 | -59/+48 | |
| * | | | | Update README with examples | Mahendra M | 2013-06-26 | 1 | -1/+1 | |
| * | | | | Add support for batched message send | Mahendra M | 2013-06-26 | 1 | -9/+100 | |
| * | | | | Merge branch 'master' into asyncproducer | Mahendra M | 2013-06-25 | 2 | -26/+40 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Add exports in __init__ | Mahendra M | 2013-06-24 | 1 | -2/+4 | |
| * | | | | Make the default case as 'ack on local write' | Mahendra M | 2013-06-20 | 3 | -6/+15 | |
| * | | | | Fix import errors | Mahendra M | 2013-06-20 | 1 | -3/+5 | |
| * | | | | Add ack support for synchronous producer | Mahendra M | 2013-06-20 | 1 | -10/+39 | |
| * | | | | Merge branch 'master' into asyncproducer | Mahendra M | 2013-06-13 | 3 | -0/+95 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Support for async producer | Mahendra M | 2013-06-13 | 1 | -8/+57 | |
| | |_|/ | |/| | | ||||||
* | | | | Change auto_commit to False in SimpleConsumer | David Arthur | 2013-06-25 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'master' into lazythread | Mahendra M | 2013-06-25 | 3 | -0/+93 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix bugs and testing | Mahendra M | 2013-06-13 | 3 | -5/+14 | |
| * | | Implement support for Keyed producer | Mahendra M | 2013-06-13 | 2 | -0/+84 | |
| |/ | ||||||
* | | Fix an issue with thread argument | Mahendra M | 2013-06-12 | 1 | -1/+1 | |
* | | Optimize auto-commit thread | Mahendra M | 2013-06-12 | 2 | -33/+41 |