summaryrefslogtreecommitdiff
path: root/kafka/protocol/types.py
Commit message (Expand)AuthorAgeFilesLines
* Core Protocol: Add support for flexible versions (#2151)Tincu Gabriel2020-12-021-0/+153
* Hotfix: TypeError: object of type 'dict_itemiterator' has no len() (#2167)Krzysztof Grabowski2020-11-191-2/+3
* Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)Lourens Naudé2020-11-151-0/+13
* Pre-compile pack/unpack function callsbillyevans2018-10-291-13/+29
* Fix error var name in _unpack (#1403)j2gg0s2018-03-051-1/+1
* Use raw in case string overriden (#1373)Jeff Widman2018-02-081-2/+2
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-1/+1
* Minor Exception cleanupJeff Widman2017-12-121-1/+1
* Raise better struct pack/unpack errors (#1320)Jeff Widman2017-12-121-4/+8
* Fix two bugs in printing bytes instanceAndre Araujo2017-11-271-1/+1
* Added limit of 100 bytes for Bytes debug printslegacy_records_refactorTaras Voinarovskiy2017-10-141-0/+4
* Add protocol support for null ArraysDana Powers2016-07-161-0/+6
* Add Boolean protocol typeDana Powers2016-07-161-0/+10
* raise ValueError on protocol encode/decode errorsDana Powers2016-05-221-15/+32
* Fallback to simple repr() in Schema.repr()Dana Powers2015-12-091-7/+10
* Recursive repr, display all field names and values for StructsDana Powers2015-12-041-1/+13
* Rework protocol type definition: AbstractType, Schema, StructDana Powers2015-12-041-19/+90
* Add base api type classes w/ encoders in kafka.protocol.typesDana Powers2015-12-041-0/+55