Kafka Consumer in .NET

Kafka sample consumer in .NET C# Introduction Kafka is a Producer-Subscriber model messaging platform and in this article Kafka producer in .NET, we have demonstrated how to create a very simple kafka producer service in .NET. Now it’s time to create a simple Kafka Consumer in .NET and C# to complete the learning. Assuming that…

Kafka producer in .NET

Kafka sample producer service in .NET C#   Introduction Apache kafka is a popular choice in event messaging systems. Kafka is a highly scalable, distributed event streaming platform that uses publisher-subscriber model. However, the intent of this article is not to discuss what is kafka in deep or its capabilities. So, lets just jump into …