summaryrefslogtreecommitdiff
path: root/kafka/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
|
* Explicit format string argument indices for python 2.6 compatibilityDana Powers2016-07-171-2/+2
|
* Cleanup error logging (#760 / #759)Dana Powers2016-07-151-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)steve89182016-06-171-1/+1
|
* Use standard LZ4 framing for v1 messages / kafka 0.10 (#695)Dana Powers2016-05-221-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 Powers2016-05-221-0/+6
|
* Kafka metrics java port. No reporters or instrumentation.Zack Dever2016-04-131-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 messagesDana Powers2016-04-051-0/+4
|
* Split kafka.common into kafka.structs and kafka.errorsDana Powers2016-04-051-0/+399