azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Provide a EnableSslCertificateVerification attribute parameter for KafkaTrigger
Compared to the Confluent Kafka library, the azure functions version currently does not provide a EnableSslCertificateVerification setting.
Of course, people should not exactly be encouraged to disable this security mechanism, but in some cases it is very useful to test something without the hassle of SSL setup.
Would it be possible to also provide a way to ignore SSL in this lib?