Blog Logo
TAGS

Producing and Consuming Kafka Messages in CloudEvents Format Using the C# SDK

In this article, Vasil Kosturski presents a simple Kafka producer and consumer using the C# CloudEvents SDK. The article covers a practical example of how to use CloudEvents with Kafka and provides insights into utilizing Avro and Protobuf serialization formats. The article also includes a demo app that creates a Kafka topic and runs the producer and consumer in parallel. The article is a great starting point for anyone looking to use CloudEvents with Kafka.