From 3baca5f306eadf276bb78970bfe2c134b6031449 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Tue, 2 Aug 2016 23:07:34 -0700 Subject: Use callbacks for sasl handshake request / response --- kafka/consumer/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kafka/consumer/group.py') 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. -- cgit v1.2.1