| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
This `skip_double_compressed_messages` flag was added in https://github.com/dpkp/kafka-python/pull/755 in
order to fix https://github.com/dpkp/kafka-python/issues/718.
However, grep'ing through the code, it looks like it this is no longer
used anywhere and doesn't do anything.
So removing it.
|
|
|
|
| |
Fix #1633
|
| |
|
| |
|
|
|
|
| |
(#1400)
|
| |
|
| |
|
|
|
|
| |
(#1364)
|
|
|
|
| |
* Avoid KeyError when filtering fetchable partitions
|
| |
|
| |
|
|
|
|
| |
The change caused a regression documented in issue #1290
|
|
|
|
|
|
| |
These values refer to Megabytes, not Megabits.
Fix #1295
|
|
|
|
|
| |
(#1185)
Added bytecode optimization for varint and append/read_msg functions. Mostly based on avoiding LOAD_GLOBAL calls.
|
|\
| |
| | |
Refactor MessageSet and Message into LegacyRecordBatch
|
| | |
|
| |
| |
| |
| |
| |
| | |
anyway.
Minor abc doc fixes.
|
| |
| |
| |
| | |
message format
|
|/ |
|
| |
|
| |
|
|
|
|
| |
exceptions to user
|
|
|
|
| |
compressed messageset (#1239)
|
| |
|
| |
|
| |
|
|
|
|
| |
review issues
|
| |
|
| |
|
|
|
|
| |
and send in parallel.
|
| |
|
|
|
|
| |
* Added `max_bytes` option and FetchRequest_v3 usage.
* Add checks for versions above 0.10 based on ApiVersionResponse
|
| |
|
|
|
|
| |
KafkaConsumer (#860)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#770 / #594)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|