| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Use Metadata Request/Response v1 with 0.10+ brokers
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
* Dont wait for group join to enable AutoCommitTask if broker version < 0.9
* For zookeeper offset storage, set a "coordinator" with least_loaded_node
|
| |
|
| |
|
|
|
|
| |
* Use weakref when registering a producer.close atexit to fix normal gc
* Test that del(producer) terminates async thread
|
| |
|
| |
|