Issue 487 · Week of May 07, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

ASP.Net Core Streaming Application Using Kafka - Part 1

Read full article Discuss
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.