jlmonteagudo / nestjs-kafka-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 83.3%Language:JavaScript 16.7%