diff options
-rw-r--r-- | kafka/consumer/group.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py index bc59282..ed28573 100644 --- a/kafka/consumer/group.py +++ b/kafka/consumer/group.py @@ -145,6 +145,8 @@ class KafkaConsumer(six.Iterator): establish the certificate's authenticity. default: none. ssl_keyfile (str): optional filename containing the client private key. default: none. + ssl_password (str): optional password to be used when loading the + certificate chain. default: None. ssl_crlfile (str): optional filename containing the CRL to check for certificate expiration. By default, no CRL check is done. When providing a file, only the leaf certificate will be checked against |