Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make UnknownTopicOrPartitionError retriable errorissue1155 | Taras Voinarovskiy | 2017-07-30 | 1 | -0/+1 |
| | |||||
* | Add new broker response errors | Dana Powers | 2017-03-04 | 1 | -0/+65 |
| | |||||
* | Small style fixes in kafka.errors | Dana Powers | 2017-03-04 | 1 | -4/+5 |
| | |||||
* | Args are optional in BrokerResponseError str (#889) | Dana Powers | 2016-11-18 | 1 | -3/+3 |
| | |||||
* | implement sasl PLAIN mechanism | Lars Jørgen Solberg | 2016-08-03 | 1 | -0/+20 |
| | |||||
* | Always absolute_importabsolute_import | Dana Powers | 2016-08-02 | 1 | -0/+2 |
| | |||||
* | Explicit format string argument indices for python 2.6 compatibility | Dana Powers | 2016-07-17 | 1 | -2/+2 |
| | |||||
* | Cleanup error logging (#760 / #759) | Dana Powers | 2016-07-15 | 1 | -1/+11 |
| | | | | | | - add error type to all KafkaErrors - add args to BrokerResponseError - drop description from BrokerResponseError - fix bug logging errbacks as callbacks | ||||
* | tweak spelling mistake (#719) | steve8918 | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | Use standard LZ4 framing for v1 messages / kafka 0.10 (#695) | Dana Powers | 2016-05-22 | 1 | -2/+2 |
| | | | | | | * LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility * lz4f does not support easy incremental decompression - raise RuntimeError * Update lz4 codec tests | ||||
* | Use Fetch/Produce API v2 for brokers >= 0.10 (uses message format v1) (#694) | Dana Powers | 2016-05-22 | 1 | -0/+6 |
| | |||||
* | Kafka metrics java port. No reporters or instrumentation. | Zack Dever | 2016-04-13 | 1 | -0/+4 |
| | | | | | There is no straight translation for the JMX reporter into python, so I'll do something else in a separate commit. | ||||
* | KAFKA-3318: clean up consumer logging and error messages | Dana Powers | 2016-04-05 | 1 | -0/+4 |
| | |||||
* | Split kafka.common into kafka.structs and kafka.errors | Dana Powers | 2016-04-05 | 1 | -0/+399 |