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 d1dfb6d commit 34dc36dCopy full SHA for 34dc36d
kafka/consumer/group.py
@@ -167,7 +167,8 @@ class KafkaConsumer(six.Iterator):
167
message iteration before raising StopIteration (i.e., ending the
168
iterator). Default block forever [float('inf')].
169
security_protocol (str): Protocol used to communicate with brokers.
170
- Valid values are: PLAINTEXT, SSL. Default: PLAINTEXT.
+ Valid values are: PLAINTEXT, SSL, SASL_PLAINTEXT, SASL_SSL.
171
+ Default: PLAINTEXT.
172
ssl_context (ssl.SSLContext): Pre-configured SSLContext for wrapping
173
socket connections. If provided, all other ssl_* configurations
174
will be ignored. Default: None.
0 commit comments