summaryrefslogtreecommitdiff
path: root/kafka/consumer/group.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-08-02 23:07:34 -0700
committerDana Powers <dana.powers@gmail.com>2016-08-02 23:07:34 -0700
commit3baca5f306eadf276bb78970bfe2c134b6031449 (patch)
treed791a034a5b98f88318b3590bcfc5446620ef333 /kafka/consumer/group.py
parent40afc98dcaf4206040d2366886d9ba52d7ca0026 (diff)
downloadkafka-python-larsjsol-sasl_plain.tar.gz
Use callbacks for sasl handshake request / responselarsjsol-sasl_plain
Diffstat (limited to 'kafka/consumer/group.py')
-rw-r--r--kafka/consumer/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index cb4660a..489d96d 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -186,7 +186,7 @@ class KafkaConsumer(six.Iterator):
(such as offsets) should be exposed to the consumer. If set to True
the only way to receive records from an internal topic is
subscribing to it. Requires 0.10+ Default: True
- sasl_mechanim (str): string picking sasl mechanism when security_protocol
+ sasl_mechanism (str): string picking sasl mechanism when security_protocol
is SASL_PLAINTEXT or SASL_SSL. Currently only PLAIN is supported.
Default: None
sasl_plain_username (str): username for sasl PLAIN authentication.