| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
iteration)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Silence suprious warnings
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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?)
|
| |
| |
| |
| |
| | |
Method KafkaConsumer.position() was not refreshing position correctly
when calling self._update_fetch_positions().
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
then process a response errback
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
partition
|
| |
|
|\
| |
| | |
Support batch_size = 0 in producer buffers
|
| | |
|
|\ \
| | |
| | | |
Dont override system rcvbuf or sndbuf unless user configures explicitly
|
| |/ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
unnecessary sleep in poll
|
| |
|
| |
|
| |
|
| |
|