Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ↵deprecation_warnings | Dana Powers | 2016-01-12 | 1 | -4/+18 |
| | | | | and KafkaConnection | ||||
* | Reorg kafka imports | Dana Powers | 2016-01-07 | 1 | -11/+12 |
| | | | | | | | - kafka.KafkaClient is new async client - kafka.SimpleClient is old sync client - update copyright / author info - add BrokerConnection; drop KafkaConnection | ||||
* | Add Murmur2Partitioner to kafka __all__ imports - fix issue 471 | Dana Powers | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Set __version__ string in kafka/version.py | Dana Powers | 2015-06-04 | 1 | -3/+1 |
| | |||||
* | 2014 -> 2015 | David Arthur | 2015-02-03 | 1 | -1/+1 |
| | |||||
* | KafkaConsumer should be in __all__. | Kasper Jacobsen | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | Move KafkaConsumer to kafka.consumer.kafka module; make available for import ↵ | Dana Powers | 2014-12-15 | 1 | -1/+1 |
| | | | | from kafka at top-level | ||||
* | Add TravisCI config for auto deployment | David Arthur | 2014-08-22 | 1 | -1/+1 |
| | | | | Tags applied to master will now be automatically deployed on PyPI | ||||
* | Set module version in separate VERSION file | Dana Powers | 2014-08-10 | 1 | -1/+3 |
| | |||||
* | Fix version in __init__.py to match setup.py | David Arthur | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'issue-35' | David Arthur | 2013-07-26 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | Conflicts: kafka/__init__.py kafka/consumer.py test/test_integration.py | ||||
| * | Added the modules in __init__.py | Mahendra M | 2013-06-25 | 1 | -2/+3 |
| | | |||||
* | | Add exports in __init__ | Mahendra M | 2013-06-24 | 1 | -2/+4 |
|/ | |||||
* | PEP8-ify most of the files | Mahendra M | 2013-05-29 | 1 | -1/+1 |
| | | | | consumer.py and conn.py will be done later after pending merges | ||||
* | Big code re-org | David Arthur | 2013-04-02 | 1 | -5/+12 |
| | |||||
* | Integration tests passing | David Arthur | 2013-04-02 | 1 | -2/+1 |
| | |||||
* | Add Snappy support0.1-alpha | David Arthur | 2012-11-16 | 1 | -0/+1 |
| | | | | Fixes #2 | ||||
* | Packaging improvments | David Arthur | 2012-10-02 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | Can now: ```python import kafka kafka.KafkaClient("localhost", 9092) ``` or ```python from kafka.client import KafkaClient KafkaClient("localhost", 9092) ``` or ```python import kafka.client kafka.client.KafkaClient("localhost", 9092) ``` | ||||
* | Moved codec stuff into it's own module | David Arthur | 2012-10-02 | 1 | -1/+1 |
| | | | | Snappy will go there when I get around to it | ||||
* | Start work on packaging issue #3 | David Arthur | 2012-10-02 | 1 | -0/+1 |