ASP.Net Core Streaming Application Using Kafka - Part 1

This post is about writing streaming application in ASP.Net Core using Kafka as real-time Streaming infrastructure. For connecting to Kafka from .Net Core, I have used Confluent.Kafka nuget package. In this post I am just doing the Consumer and using built in Producer. In next post I will creating .Net Core Producer.
November 30, 2018
2810
2671