PreviousNext

Getting Started: Apache Kafka with .NET Core

by bill-s, 2020-08-07T19:23:31.294Z

If you’re interested in playing around with Apache Kafka with .NET Core, this post contains everything you need to get started. I’ve been interested in Kafka for awhile and finally sat down and got everything configured using Docker, then created a .NET console app that contained a Producer and a Consumer. Here’s my complete process of what that involved.

Read More