- To downlaod our application, please run the following commands in the respective order:
npm install
docker compose up
- To start your Producer and Consumer, open up two terminals and enter the following pairs of commands separately:
cd components
node producer.js
cd components
node consumer.js
-
To see the metrics on Prometheus, enter localhost:9090 on your browser and execute the query for the desired metrics.
-
We have a real-time monitoring tool for Kafka servers--click here.
-
LinkedIn: @kafkanauts
Contributions, issues and feature requests are welcome!
Feel free to fork and clone this repo, and check issues page.
Give a ⭐ if this project helped you!
Copyright © 2022 Kafkanauts.
This project is MIT License licensed.