Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various fixes | Mark Roberts | 2014-04-25 | 1 | -6/+13 |
* | Update README | Mark Roberts | 2014-04-23 | 1 | -23/+25 |
* | Merge branch 'master' into multihosts | mrtheb | 2014-01-31 | 1 | -16/+15 |
|\ | |||||
| * | Make producers take a topic argument at send rather than init time | Omar Ghishan | 2014-01-23 | 1 | -13/+13 |
| * | 0.9.0 | Thomas Dimson | 2014-01-15 | 1 | -3/+2 |
| * | Update README.md too | Thomas Dimson | 2014-01-15 | 1 | -1/+1 |
| * | fix typo in README acks_timeout -> ack_timeout | Zack Dever | 2013-12-12 | 1 | -1/+1 |
* | | Allow KafkaClient to take in a list of brokers for bootstrapping | Marc Labbe | 2013-11-14 | 1 | -4/+4 |
|/ | |||||
* | Revert "Disable unit tests for 2.6, close #57" | David Arthur | 2013-10-03 | 1 | -1/+1 |
* | Disable unit tests for 2.6, close #57 | David Arthur | 2013-10-03 | 1 | -1/+1 |
* | Cherry-pick mrtheb/kafka-python 8b9c7e51 | mrtheb | 2013-10-03 | 1 | -1/+2 |
* | update README.md to link to travis-ci's build page | Jim Lim | 2013-10-02 | 1 | -1/+1 |
* | add .travis.yml | Jim Lim | 2013-10-01 | 1 | -1/+3 |
* | Update README.md | Steven Le Roux | 2013-09-26 | 1 | -2/+5 |
* | Update README.md | Steven Le Roux | 2013-09-26 | 1 | -1/+1 |
* | Show alternative way of running tests in README.md | David Arthur | 2013-07-26 | 1 | -0/+12 |
* | Merge branch 'issue-35' | David Arthur | 2013-07-26 | 1 | -0/+18 |
|\ | |||||
| * | Fix cases of single partition | Mahendra M | 2013-06-28 | 1 | -0/+2 |
| * | Minor markup fix | Mahendra M | 2013-06-28 | 1 | -1/+1 |
| * | Fix markups | Mahendra M | 2013-06-28 | 1 | -0/+2 |
| * | Fix markup in README | Mahendra M | 2013-06-28 | 1 | -1/+1 |
| * | Add support for multi-process consumer | Mahendra M | 2013-06-24 | 1 | -0/+14 |
* | | Make README self-containing | Mahendra M | 2013-06-26 | 1 | -1/+1 |
* | | Update README with examples | Mahendra M | 2013-06-26 | 1 | -0/+11 |
* | | Update README with new options | Mahendra M | 2013-06-20 | 1 | -0/+15 |
* | | Merge branch 'master' into asyncproducer | Mahendra M | 2013-06-13 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Better examples in README | Mahendra M | 2013-06-13 | 1 | -1/+4 |
| * | Fix markup in README | Mahendra M | 2013-06-13 | 1 | -1/+2 |
| * | Implement support for Keyed producer | Mahendra M | 2013-06-13 | 1 | -0/+12 |
* | | Support for async producer | Mahendra M | 2013-06-13 | 1 | -0/+6 |
|/ | |||||
* | Update README.md | Ivan Pouzyrevsky | 2013-06-07 | 1 | -14/+4 |
* | Update README.md | David Arthur | 2013-05-07 | 1 | -1/+5 |
* | Update README and setup.py with new version | David Arthur | 2013-04-02 | 1 | -43/+56 |
* | Update README with new APIs | David Arthur | 2013-04-02 | 1 | -94/+19 |
* | Adding client_fetch_size to queue interface | David Arthur | 2013-04-02 | 1 | -0/+23 |
* | Fix some typos, closes #12 | David Arthur | 2013-01-26 | 1 | -2/+2 |
* | fix docs: iter_messages doesn't (any longer?) take a FetchRequest | anentropic | 2012-11-22 | 1 | -2/+2 |
* | Update README.md | David Arthur | 2012-11-16 | 1 | -2/+4 |
* | Add Snappy support0.1-alpha | David Arthur | 2012-11-16 | 1 | -1/+32 |
* | Fixing install instructions | David Arthur | 2012-10-03 | 1 | -2/+3 |
* | Adding link to Kafka | David Arthur | 2012-10-03 | 1 | -0/+2 |
* | Updating kafka-src to 0.7.2 | David Arthur | 2012-10-03 | 1 | -1/+1 |
* | Stupid markdown | David Arthur | 2012-10-02 | 1 | -4/+4 |
* | Fix tabs in README.md | David Arthur | 2012-10-02 | 1 | -30/+30 |
* | Update README.md with install instructions | David Arthur | 2012-10-02 | 1 | -6/+24 |
* | Renaming kafka.py to client.py | David Arthur | 2012-10-02 | 1 | -0/+5 |
* | Update send_messages_simple example in README.md | David Arthur | 2012-09-28 | 1 | -4/+2 |
* | Starting integration tests | David Arthur | 2012-09-28 | 1 | -3/+23 |
* | More unit tests | David Arthur | 2012-09-27 | 1 | -0/+6 |
* | Adding initial support for gzip compression | David Arthur | 2012-09-26 | 1 | -0/+4 |