Skip to content

dulajkavinda/kafka-node

Repository files navigation

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