This is a simple console app that illlustrates handling of different types of messages from a kafka broker in a modular and extensible manner
- Navigate to the root directory in command window
cd EventHandlerServicedocker-compose up -ddocker ps- Ensure the kafka and zookeeper services are running
dotnet builddotnet run --project EventHandler/EventHandler.csproj