summaryrefslogtreecommitdiff
path: root/kafka/record/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix crc32c deprecation warning (#2128)Jeff Widman2020-09-171-1/+1
| | | Fix a deprecation warning in the newest version.
* Fix typosCarson Ip2019-11-081-1/+1
|
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-3/+11
| | | | | | * Use hardware accelerated CRC32C function if available * Add doc notice of optional `crc32c` package
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-1/+1
|
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-251-0/+119
| | | | | (#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵Taras2017-10-111-0/+8
message format