Skip to content

This is a demo repository, for intro to kafka and how to use it with nodejs inside a docke container

Notifications You must be signed in to change notification settings

dtg-lucifer/kafka-demo

Repository files navigation

How to run

Step 1: Run the docker containers

docker-compose up

Step 2: Run the admin to create topic

node admin.js

Step 3: Run consumer within a predefined group

node consumer.js grp-1

Step 4: Run the producer to produce messages

node producer.js

> thor south
> tony north
> wanda south

About

This is a demo repository, for intro to kafka and how to use it with nodejs inside a docke container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published