Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to .rst and use it in setup.py for long description | John Anderson | 2015-02-10 | 1 | -40/+0 |
| | |||||
* | This links to the main page not the mobile site | John Anderson | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | 2014 -> 2015 | David Arthur | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | Adding ReadTheDocs badge | David Arthur | 2015-02-03 | 1 | -1/+2 |
| | | | Because you can never have enough badges | ||||
* | Update README and CHANGES for 0.9.3 release | Dana Powers | 2015-02-03 | 1 | -6/+9 |
| | |||||
* | Add Sphinx API docs | Will Daly | 2015-01-15 | 1 | -230/+2 |
| | |||||
* | update low level | sunisdown | 2014-12-11 | 1 | -3/+4 |
| | | | | change KafkaProdocol.encode_message to create_message and change import ProduceRequest from kafka.common | ||||
* | Update python version support in README | Dana Powers | 2014-09-10 | 1 | -4/+5 |
| | |||||
* | Add a little more detail to test instructions in README | Dana Powers | 2014-09-04 | 1 | -3/+16 |
| | |||||
* | Add simple PyPI install instructions and link to releases in README | Dana Powers | 2014-09-04 | 1 | -0/+9 |
| | |||||
* | Update README code examples to import from kafka not kafka.client, ↵ | Dana Powers | 2014-09-04 | 1 | -12/+9 |
| | | | | kafka.consumer, etc | ||||
* | Version to 0.9.2 and Changelog (with some backstory)v0.9.2 | Dana Powers | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #213 from dpkp/improve_failover_tests | Dana Powers | 2014-08-27 | 1 | -1/+3 |
|\ | | | | | | | | | Warn users about async producer Refactor producer failover tests (5x speedup) Skip async producer failover test for now, because it is broken | ||||
| * | Add warnings to README, docstring, and logging that async producer does not ↵ | Dana Powers | 2014-08-26 | 1 | -1/+3 |
| | | | | | | | | retry failed messages | ||||
* | | Add link to kafka-clients google-group on README | Dana Powers | 2014-08-26 | 1 | -1/+4 |
|/ | |||||
* | Raise TypeError in kafka.producer.send_messages if any msg is not a str (or ↵ | Dana Powers | 2014-08-26 | 1 | -0/+7 |
| | | | | subclass); document | ||||
* | Change TravisCI badge to reflect master branch | David Arthur | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Adding IRC to README | David Arthur | 2014-08-21 | 1 | -1/+3 |
| | |||||
* | Add apt-get install libsnappy-dev instructions to README | Dana Powers | 2014-08-14 | 1 | -6/+13 |
| | |||||
* | Support integration testing against kafka source builds (see README) | vagrant | 2014-08-13 | 1 | -0/+9 |
| | |||||
* | Update tox.ini to use {posargs} to configure nosetests. | Dana Powers | 2014-08-13 | 1 | -0/+5 |
| | | | | | | | | To override defaults, use `tox -- --your --nosetest --options --here` Update default nosetest settings to use verbose logging and show test ids add .coverage and .noseids to .gitignore Add example for running single unit test to README | ||||
* | Add kafka 0.8.1.1 to integration tests. | Dana Powers | 2014-08-13 | 1 | -0/+1 |
| | | | | | | - previous 0.8.1 src appears to have actually been 0.8.1.1 based on git submodule commit. So technically this adds back 0.8.1 to the test suite. | ||||
* | Remove kafka src submodules | Dana Powers | 2014-08-13 | 1 | -15/+1 |
| | |||||
* | Various fixes | Mark Roberts | 2014-04-25 | 1 | -6/+13 |
| | | | | | | | | Bump version number to 0.9.1 Update readme to show supported Kafka/Python versions Validate arguments in consumer.py, add initial consumer unit test Make service kill() child processes when startup fails Add tests for util.py, fix Python 2.6 specific bug. | ||||
* | Update README | Mark Roberts | 2014-04-23 | 1 | -23/+25 |
| | |||||
* | Merge branch 'master' into multihosts | mrtheb | 2014-01-31 | 1 | -16/+15 |
|\ | | | | | | | | | | | | | | | | | Conflicts: kafka/client.py kafka/conn.py setup.py test/test_integration.py test/test_unit.py | ||||
| * | Make producers take a topic argument at send rather than init time | Omar Ghishan | 2014-01-23 | 1 | -13/+13 |
| | | | | | | | | This allows a single producer to be used to send to multiple topics. See https://github.com/mumrah/kafka-python/issues/110 | ||||
| * | 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 |
| | | | | This reverts commit e39e05f8a50b7528a22fed99dc67d561cbd79c41. | ||||
* | 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 |
| | | | | | | | | | Sync tests and fixtures with kafka 0.8.0-beta1 tag Conflicts: README.md kafka-src | ||||
* | 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 |
| | | | Small fixes in ## Multiprocess consumer example. | ||||
* | Update README.md | Steven Le Roux | 2013-09-26 | 1 | -1/+1 |
| | | | correct typo in readme example | ||||
* | 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 |
|\ | | | | | | | | | | | | | Conflicts: kafka/__init__.py kafka/consumer.py test/test_integration.py | ||||
| * | 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 |
|\ \ | |/ | | | | | | | Conflicts: kafka/producer.py | ||||
| * | Better examples in README | Mahendra M | 2013-06-13 | 1 | -1/+4 |
| | |