azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

Update Samples for 3.1.0 with removing cacert.pem from Kafka Extensions

Open TsuyoshiUshio opened this issue 4 years ago • 0 comments

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.

TsuyoshiUshio avatar Aug 28 '20 03:08 TsuyoshiUshio