| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* Use weakref when registering a producer.close atexit to fix normal gc
* Test that del(producer) terminates async thread
|
| |
|
|
|
|
| |
guarantee ordering (#698)
|
|
|
|
| |
(FutureProduceResult) (#697)
|
|
|
|
|
|
| |
* LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility
* lz4f does not support easy incremental decompression - raise RuntimeError
* Update lz4 codec tests
|
| |
|
|
|
|
| |
messagesets
|
|
|
|
| |
A user can provide a CRL whose peer certificate will be checked
against. This only works with Python 3.4+ and Python 2.7.9+.
|
|
|
|
| |
check_version
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
iteration)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Our app uses `SimpleProducer` and logs lots of these warnings (from line 438):
producer.stop() called, but producer is not async
This destructor appears to be the cause.
(Also, is it wise to do a thread join from a destructor?)
|
|
|
|
| |
then process a response errback
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Support batch_size = 0 in producer buffers
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
kafka/codec.py
kafka/version.py
test/test_producer.py
test/test_producer_integration.py
|
| | |
|
| | |
|