summaryrefslogtreecommitdiff
path: root/kafka/record
Commit message (Expand)AuthorAgeFilesLines
* Fix crc32c deprecation warning (#2128)Jeff Widman2020-09-171-1/+1
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-072-3/+10
* Fix slots usage and use more slotsCarson Ip2020-02-054-0/+26
* Fix typosCarson Ip2019-11-081-1/+1
* 1701 use last offset from fetch v4 if available (#1724)Keith So2019-03-131-0/+4
* Be explicit with tuples for %s formattingJeff Widman2018-11-181-1/+1
* Add temp workaround for upstream pylint bugJeff Widman2018-10-261-1/+3
* Update remote urls: snappy, https, etcJeff Widman2018-10-221-2/+2
* Add codec validators to record parser and builder for all formats (#1447)Taras2018-04-182-6/+34
* Fix MemoryRecord bugs re error handling and add test coverage (#1448)Taras2018-04-183-7/+7
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-3/+11
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-065-9/+9
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. (...Taras Voinarovskyi2017-10-257-10/+891
* Fix timestamp not passed to RecordMetadata (#1273)Taras Voinarovskyi2017-10-222-9/+48
* Added minor fixes for PR reviewTaras2017-10-121-1/+1
* Remove the check for timestamp None in producer, as it's done in RecordBatch ...Taras2017-10-121-14/+7
* Fix snappy compression on PyPyTaras2017-10-121-4/+5
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 me...Taras2017-10-115-0/+791