Skip to content

This simple repository demonstrates how to consumes and produces message with Kafka

Notifications You must be signed in to change notification settings

GridexX/DO-Monstka

Repository files navigation

DO Monstka

DO Monsta, width=200

This simple repository demonstrates how to consumes and produces messages with Kafka.

Try it out

You should have node, npm and docker installed on your laptop to launch this project. Launch the following commands to try it out.

# Install dependencies
npm i

# Launch a Kafka container 
docker compose up -d

# Build the project and launch the build
npm run build
npm run start

# Send a message to ensure the application is working
npm run send_message "Your message"

Author

Written by @GridexX during a rainy day 😶‍🌫️ of May !

About

This simple repository demonstrates how to consumes and produces message with Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published