You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice with an option for SSL support options - supporting adding this to KafkaConsumer and KafkaProducer class..
security_protocol='SSL',
ssl_check_hostname=True,
ssl_cafile='CARoot.pem',
ssl_certfile='certificate.pem',
ssl_keyfile='key.pem')
The text was updated successfully, but these errors were encountered:
You might just need to recompile it for the version of Kafka you have.
I'll leave this on the backlog for the Python and Perl versions.
HariSekhon
changed the title
feature request: ssl support for check_kafka
feature request: ssl support for check_kafka (already supported in the Scala version at https://github.com/HariSekhon/Nagios-Plugin-Kafka)
Apr 17, 2020
It would be nice with an option for SSL support options - supporting adding this to KafkaConsumer and KafkaProducer class..
security_protocol='SSL',
ssl_check_hostname=True,
ssl_cafile='CARoot.pem',
ssl_certfile='certificate.pem',
ssl_keyfile='key.pem')
The text was updated successfully, but these errors were encountered: