Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 242 Bytes

kafka-node

Kafka Producer & Consumer using Node.js.

Prerequisites

  • node
  • docker

Setup

  • run docker compose up
  • run make create - create the kafka topic
  • run npm run start:consmer
  • run npm run start:producer