summaryrefslogtreecommitdiff
path: root/kafka/record/legacy_records.py
Commit message (Expand)AuthorAgeFilesLines
* Fix slots usage and use more slotsCarson Ip2020-02-051-0/+7
* Be explicit with tuples for %s formattingJeff Widman2018-11-181-1/+1
* Add codec validators to record parser and builder for all formats (#1447)Taras2018-04-181-2/+16
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-2/+2
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-251-1/+2
* Fix timestamp not passed to RecordMetadata (#1273)Taras Voinarovskyi2017-10-221-4/+44
* Fix snappy compression on PyPyTaras2017-10-121-4/+5
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 me...Taras2017-10-111-0/+485