Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 330 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 330 Bytes

Realtime Streaming With .NET Core and KAFKA

Usage:

  • Setup kafka environment with 'docker-compose up' command in root directory
  • You can create a new topic in local kafka with 'kafkacat' and you can list the topics in localhost:8000
  • Producer is webApi project , Consumer is BackGround Service running together with it.