| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The change caused a regression documented in issue #1290
|
| |
|
|
|
|
|
| |
(#1185)
Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
|
| |
|
|
|
|
|
|
|
|
| |
* Fix timestamp not being passed to RecordMetadata properly
* Add more tests for LegacyBatch
* Fix producer test for recordmetadata
|
| |
|
|\
| |
| | |
Refactor MessageSet and Message into LegacyRecordBatch
|
| | |
|
| |
| |
| |
| | |
message format
|
|/ |
|
|\
| |
| | |
KAFKA-3977: defer fetch response parsing and raise exceptions to user
|
| | |
|
| | |
|
|/
|
|
| |
(#1244)
|
| |
|
|
|
|
| |
compressed messageset (#1239)
|
|
|
|
|
|
|
|
| |
Using mutable types for default args is typically a no-no unless their
surprising behavior is being explicitly abused, for an explanation see:
http://effbot.org/zone/default-values.htm
Fix #1212
|
| |
|
| |
|
| |
|
|
|
|
| |
review issues
|
| |
|
| |
|
|
|
|
| |
and send in parallel.
|
| |
|
|
|
|
| |
more data than 0.10
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Added `max_bytes` option and FetchRequest_v3 usage.
* Add checks for versions above 0.10 based on ApiVersionResponse
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|