summaryrefslogtreecommitdiff
path: root/kafka/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* KAFKA-3888 Use background thread to process consumer heartbeats (#1266)Dana Powers2017-12-211-1/+12
|
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵Taras2017-10-111-2/+5
| | | | message format
* Add kafka.protocol.parser.KafkaProtocol w/ receive and send (#1230)Dana Powers2017-10-101-1/+5
|
* Make UnknownTopicOrPartitionError retriable errorissue1155Taras Voinarovskiy2017-07-301-0/+1
|
* Add new broker response errorsDana Powers2017-03-041-0/+65
|
* Small style fixes in kafka.errorsDana Powers2017-03-041-4/+5
|
* Args are optional in BrokerResponseError str (#889)Dana Powers2016-11-181-3/+3
|
* implement sasl PLAIN mechanismLars Jørgen Solberg2016-08-031-0/+20
|
* 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