azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Update Samples for 3.1.0 with removing cacert.pem from Kafka Extensions
Update the samples to the version 3.1.0
What I did
- Upgrade sample from 3.0.0 to 3.1.0
- Remove cacert.pem since It no longer needed
- Remove cacert.pem from Kafka extension
- Remove EvenHubs with cacert validation
- Tested EventHubs with Azure Functions sample and it works.
Hi @fbeltrao Could you have a look at Microsoft.Azure.WebJobs.Extensions.Kafka.csproj , please? Also, the KafkaListner's validation of the EventHubs with cacert validation. I'd like to make sure if it is no problem for the customers.