| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
|
|
| |
Fixes #665
|
| |
|
| |
|
|
|
|
|
|
| |
This adds the parent metrics instance to kafka consumer, which will
eventually be used to instrument everything under consumer. To start
I ported the java consumer coordinator metrics.
|
| |
|
| |
|
| |
|
|\
| |
| | |
Small improvements to fetching logic
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
KAFKA-2698: add paused API
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Method KafkaConsumer.position() was not refreshing position correctly
when calling self._update_fetch_positions().
|
|\
| |
| | |
Dont override system rcvbuf or sndbuf unless user configures explicitly
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- add ClusterMetadata.need_all_topic_metadata attribute
- client requests metadata for all topics if attribute True
|
|
|
|
| |
FetchResponses
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add DeprecationWarnings to legacy classes
|