| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(#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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fixes a bug where lookup was done only once for the whole life of the
process -- if a broker's IP changed, client couldn't reconnect.
|
| |
|
|
|
|
|
|
| |
* Add test for murmur2 py2 bytes bug
* Fix murmur2 handling of python2 bytes
* Drop bytearray / str / unicode MurmurPartitioner tests -- no longer supported
* Make DefaultPartitioner importable from kafka.partitioner
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
group test (#795)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|