Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.9 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.9 KB

KafkaDemo: Understanding Kafka

This project demonstrates a simple Kafka producer and consumer implementation using the Confluent.Kafka library. It includes features for creating, deleting, listing topics, sending messages, and consuming them. The code provides a practical example of working with Kafka in a .NET application.

Branch Name Article Title Link to Article
master Kafka Series Vol. 1: What is Kafka? Read Article
kafka-series-vol2 Kafka Series Vol. 2: From Serialization to Consumer Groups Read Article
kafka-series-vol3 Kafka Series Vol. 3: Handling Follow Events in Social Media Read Article
... ... ...