Source code for my medium Article
You need to have docker installed and do
run docker compose up -d
It will serve a kafka ui dashboard in port 8080
The producer code is in the producer folder and serves a small scaffold that contains the configuration of the producer.
Inside the producer folder make sure to yarn install
and after yarn start
The consumer code is in the consumer folder and serves a small scaffold that contains the configuration of the consumer.
Inside the consumer folder make sure to yarn install
and after yarn start
A detailed how to use this project is written on my Article