summaryrefslogtreecommitdiff
path: root/kafka/record/memory_records.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-071-1/+1
* Fix slots usage and use more slotsCarson Ip2020-02-051-0/+5
* Fix MemoryRecord bugs re error handling and add test coverage (#1448)Taras2018-04-181-4/+4
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-3/+3
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-251-8/+15
* Fix timestamp not passed to RecordMetadata (#1273)Taras Voinarovskyi2017-10-221-5/+4
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 me...Taras2017-10-111-0/+176