Skip to content

A basic tutorial that I am using to guide my readers on Medium

License

Notifications You must be signed in to change notification settings

makinhs/nestjs-kafka-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nestjs-kafka-tutorial

Source code for my medium Article

How to run Kafka locally

You need to have docker installed and do

run docker compose up -d

It will serve a kafka ui dashboard in port 8080

Running the producer

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

Running the consumer

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

I need more help!

A detailed how to use this project is written on my Article

About

A basic tutorial that I am using to guide my readers on Medium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published