summaryrefslogtreecommitdiff
path: root/test/record
Commit message (Collapse)AuthorAgeFilesLines
* Add DefaultRecordBatch implementation aka V2 message format parser/builder. ↵Taras Voinarovskyi2017-10-253-0/+310
| | | | | (#1185) Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
* Fix timestamp not passed to RecordMetadata (#1273)Taras Voinarovskyi2017-10-221-6/+87
| | | | | | | | * Fix timestamp not being passed to RecordMetadata properly * Add more tests for LegacyBatch * Fix producer test for recordmetadata
* Refactor MessageSet and Message into LegacyRecordBatch to later support v2 ↵Taras2017-10-112-0/+193
message format