Skip to content

techvlad/node-kafka-sample

Repository files navigation

Simple example Node.js + Kafka

Before starting

pnpm i
./start_kafka.sh

Producer

pnpm start:producer

Consumer

pnpm start:consumer