| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Allow KafkaClient to take in a list of brokers for bootstrapping | Marc Labbe | 2013-11-14 | 2 | -10/+200 |
* | | | | Make it possible to read and write xerial snappy | Greg Bowyer | 2014-02-19 | 1 | -0/+43 |
| |/ /
|/| | |
|
* | | | Make producers take a topic argument at send rather than init time | Omar Ghishan | 2014-01-23 | 1 | -41/+41 |
| |/
|/| |
|
* | | Make integration test warming more intuitive | Thomas Dimson | 2014-01-14 | 1 | -91/+86 |
* | | Add a few 9s test_multi_process_consumer, make clear what setUp is doing | Thomas Dimson | 2014-01-13 | 1 | -13/+17 |
* | | Exception hierarchy, invalidate more md on errors | Thomas Dimson | 2014-01-13 | 1 | -27/+45 |
* | | Some cleanup and easier to read test fixture output | Omar Ghishan | 2014-01-07 | 2 | -5/+5 |
* | | Skip snappy/gzip tests if they're not available | Omar Ghishan | 2014-01-07 | 1 | -4/+7 |
* | | Add object type and ID to message prefix in fixtures output for easier debugging | Omar Ghishan | 2014-01-06 | 1 | -15/+21 |
* | | Make kafka brokers per-test in failover integration tests | Omar Ghishan | 2014-01-06 | 1 | -13/+11 |
* | | Add tests for limited and unlimited consumer max_buffer_size | Omar Ghishan | 2014-01-06 | 1 | -1/+25 |
* | | Fix client and consumer params in integration tests | Omar Ghishan | 2014-01-06 | 1 | -6/+12 |
* | | Handle starting/stopping Kafka brokers that are already started/stopped in in... | Omar Ghishan | 2014-01-06 | 1 | -0/+11 |
* | | Style fix for imports | Omar Ghishan | 2014-01-06 | 1 | -6/+2 |
* | | Fix unit tests. | Omar Ghishan | 2014-01-06 | 1 | -150/+314 |
|/ |
|
* | Set host and port in ExternalService test fixture | David Arthur | 2013-11-11 | 1 | -0/+2 |
* | make changes to be more fault tolerant: clean up connections, brokers, failed... | Jim Lim | 2013-10-04 | 3 | -11/+124 |
* | Test fixes after flake8 run | mrtheb | 2013-10-03 | 1 | -2/+2 |
* | Revert "Disable unit tests for 2.6, close #57" | David Arthur | 2013-10-03 | 1 | -5/+0 |
* | Disable unit tests for 2.6, close #57 | David Arthur | 2013-10-03 | 1 | -0/+5 |
* | Cherry-pick mrtheb/kafka-python 8b9c7e51 | mrtheb | 2013-10-03 | 3 | -27/+30 |
* | Auto-adjusting consumer fetch size | David Arthur | 2013-09-09 | 1 | -12/+6 |
* | Fixed #42, make fetch size configurable | David Arthur | 2013-09-08 | 1 | -0/+34 |
* | Merge branch 'issue-35' | David Arthur | 2013-07-26 | 1 | -9/+120 |
|\ |
|
| * | Test cases for multi-process consumer and blocking APIs | Mahendra M | 2013-06-27 | 1 | -9/+120 |
* | | Test cases for new producer | Mahendra M | 2013-06-27 | 1 | -3/+274 |
|/ |
|
* | Use 127.0.0.1 instead of localhost | Ivan Pouzyrevsky | 2013-06-07 | 1 | -1/+1 |
* | toxify all the tests and use xfail marks | Ivan Pouzyrevsky | 2013-06-07 | 2 | -28/+69 |
* | Split fixtures out to a separate file | Ivan Pouzyrevsky | 2013-06-07 | 2 | -314/+316 |
* | Adhere to common python naming conventions | Ivan Pouzyrevsky | 2013-06-07 | 2 | -1/+1 |
* | Refactor and update integration tests | Ivan Pouzyrevsky | 2013-06-07 | 5 | -256/+401 |
* | Closes #22 | David Arthur | 2013-05-28 | 1 | -0/+21 |
* | Update kafka-src to latest trunk, enable 0.8.1 features | David Arthur | 2013-04-02 | 1 | -2/+3 |
* | Update kafka-src to latest 0.8 | David Arthur | 2013-04-02 | 1 | -3/+14 |
* | Bring acks and timeout down to the client | David Arthur | 2013-04-02 | 1 | -5/+6 |
* | Refactoring a bit, cleanup for 0.8 | David Arthur | 2013-04-02 | 1 | -13/+12 |
* | Big code re-org | David Arthur | 2013-04-02 | 1 | -22/+43 |
* | Some work on a simple consumer | David Arthur | 2013-04-02 | 2 | -7/+59 |
* | Started on a simple producer and consumer | David Arthur | 2013-04-02 | 1 | -1/+26 |
* | Integration tests passing | David Arthur | 2013-04-02 | 2 | -9/+16 |
* | Protocol and low-level client done, adding tests | David Arthur | 2013-04-02 | 3 | -194/+278 |
* | Add some docs and KafkaQueue config | David Arthur | 2012-11-19 | 1 | -0/+1 |
* | Add a Queue-like producer/consumer | David Arthur | 2012-11-19 | 1 | -0/+26 |
* | Add Snappy support0.1-alpha | David Arthur | 2012-11-16 | 2 | -19/+71 |
* | Integration test writes to a file instead of stdout | David Arthur | 2012-10-30 | 1 | -5/+6 |
* | Adding a test for 10k messages | David Arthur | 2012-10-30 | 1 | -0/+10 |
* | Isn't it nice when tests actually find bugs | David Arthur | 2012-10-02 | 1 | -2/+48 |
* | Packaging improvments | David Arthur | 2012-10-02 | 1 | -0/+29 |
* | Renaming kafka.py to client.py | David Arthur | 2012-10-02 | 2 | -2/+2 |
* | Moved codec stuff into it's own module | David Arthur | 2012-10-02 | 1 | -2/+2 |