Step by step: Kafka Pub/Sub with Docker and .Net Core

Last week I attended to a Kafka workshop and this is my attempt to show you a simple Step by step: Kafka Pub/Sub with Docker and .Net Core tutorial. Let’s start: Create a folder for your new project Open a command prompt an run 1mkdir kafka.pubsub.console 2cd kafka.pubsub.console Create a console project 1dotnet new...