summaryrefslogtreecommitdiff
path: root/kafka/record/default_records.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-071-2/+9
* Fix slots usage and use more slotsCarson Ip2020-02-051-0/+10
* 1701 use last offset from fetch v4 if available (#1724)Keith So2019-03-131-0/+4
* Add codec validators to record parser and builder for all formats (#1447)Taras2018-04-181-4/+18
* Fix MemoryRecord bugs re error handling and add test coverage (#1448)Taras2018-04-181-1/+1
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-2/+2
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-251-0/+595