Skip to content

Commit f1cda98

Browse files
David Boucharejeffwidman
David Bouchare
authored andcommitted
Update docstring to match conn.py's (#1921)
1 parent 0552b04 commit f1cda98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kafka/client_async.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ class KafkaClient(object):
102102
partition leadership changes to proactively discover any new
103103
brokers or partitions. Default: 300000
104104
security_protocol (str): Protocol used to communicate with brokers.
105-
Valid values are: PLAINTEXT, SSL. Default: PLAINTEXT.
105+
Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL.
106+
Default: PLAINTEXT.
106107
ssl_context (ssl.SSLContext): Pre-configured SSLContext for wrapping
107108
socket connections. If provided, all other ssl_* configurations
108109
will be ignored. Default: None.

0 commit comments

Comments
 (0)