Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use `kafka.common` internally1.3.5 | Jeff Widman | 2018-06-05 | 1 | -1/+1 |
| | | | | This finishes the split from `kafka.common` to `kafka.errors`/`kafka.structs`. | ||||
* | Remove dead code (#967) | Jeff Widman | 2017-02-28 | 1 | -46/+0 |
| | |||||
* | Update imports from kafka.common -> kafka.errors / kafka.structs | Dana Powers | 2016-04-05 | 1 | -5/+6 |
| | |||||
* | Rename TopicAndPartition -> TopicPartition | Dana Powers | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Raise an error if we attempt to group duplicate topic-partition payloads | Dana Powers | 2015-06-06 | 1 | -1/+5 |
| | | | | - previously this would simply drop one of the payloads | ||||
* | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 1 | -27/+34 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 Support Conflicts: kafka/producer.py test/test_client.py test/test_client_integration.py test/test_codec.py test/test_consumer.py test/test_consumer_integration.py test/test_failover_integration.py test/test_producer.py test/test_producer_integration.py test/test_protocol.py test/test_util.py | ||||
| * | Make all unit tests pass on py3.3/3.4 | Bruno ReniƩ | 2014-09-03 | 1 | -23/+32 |
| | | |||||
| * | Use base unittest or unittest2 depending on python version | Bruno ReniƩ | 2014-09-03 | 1 | -3/+4 |
| | | |||||
* | | Import cleanups in tests | Dana Powers | 2014-09-04 | 1 | -0/+2 |
|/ | |||||
* | Failing test for write_int and write_short | Matthew L Daniel | 2014-08-22 | 1 | -0/+16 |
| | |||||
* | PEP8 fixes | Matthew L Daniel | 2014-08-22 | 1 | -12/+11 |
| | |||||
* | Various fixes | Mark Roberts | 2014-04-25 | 1 | -4/+88 |
| | | | | | | | | 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. | ||||
* | Fix Python 2.6 support | Mark Roberts | 2014-04-23 | 1 | -2/+5 |
| | |||||
* | Remove test support for py26 since it's broken | Mark Roberts | 2014-04-07 | 1 | -0/+15 |