| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Added `max_bytes` option and FetchRequest_v3 usage.
* Add checks for versions above 0.10 based on ApiVersionResponse
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PR #750 added the code for passing along a password, but not any
documentation on it
|
| |
|
|
|
|
| |
Use exclude_internal_topics config in KafkaConsumer to avoid subscribe patterns matching internal topics
Raise error during rebalance if subscribed topics are not authorized
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
cert chains (#750)
|
|
|
|
|
| |
constructors (#647)
* allow client.check_version timeout to be set in Producer and Consumer constructors
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|\
| |
| | |
KAFKA-2698: add paused API
|
| | |
|
|/ |
|
| |
|
| |
|