| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Add logging NullHandler to avoid No Handlers warnings
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- filter connection failure logging during version check
- raise UnrecognizedBrokerVersion if we cant id broker
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 88cf1b5e4551cd96322aa812fa482bf0f978060a.
|
|\
| |
| | |
Add DeprecationWarnings to legacy classes
|
| |
| |
| |
| | |
and KafkaConnection
|
| |
| |
| |
| | |
poll if no in-flight fetches
|
| |
| |
| |
| | |
warning
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Generally should not init_fetches while the generator has pending
messages; this revision adds an explicit check / noop to the
public interface, and uses a private method internally to
attempt to pipeline fetch requests.
|
| | |
|
|/ |
|
|
|
|
| |
iterating fetcher
|
| |
|
| |
|
| |
|