| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- only raise AssertionErrors if strict=True (default False)
- connect timeout is configurable (default 2secs)
- monkeypatch request_timeout_ms config and check for RequestTimeoutErrors
- add assertion error message
|