using Microsoft.Azure.WebJobs.Extensions.Kafka;
AuthenticationMode = BrokerAuthenticationMode.ScramSha512,
AvroSchema = "AvroSchema",
BrokerList = "BrokerList",
EnableIdempotence = true,
Protocol = BrokerProtocol.SaslPlaintext,
SslCaLocation = "SslCaLocation",
SslCertificateLocation = "SslCertificateLocation",
SslKeyLocation = "SslKeyLocation",
SslKeyPassword = "SslKeyPassword",
public static void Main()
Console.WriteLine("Hello World");