We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e055bc commit 5a72a62Copy full SHA for 5a72a62
kafka/admin/client.py
@@ -91,7 +91,8 @@ class KafkaAdminClient(object):
91
partition leadership changes to proactively discover any new
92
brokers or partitions. Default: 300000
93
security_protocol (str): Protocol used to communicate with brokers.
94
- Valid values are: PLAINTEXT, SSL. Default: PLAINTEXT.
+ Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL.
95
+ Default: PLAINTEXT.
96
ssl_context (ssl.SSLContext): Pre-configured SSLContext for wrapping
97
socket connections. If provided, all other ssl_* configurations
98
will be ignored. Default: None.
0 commit comments