Skip to content

cico643/kafka-odev

Repository files navigation

Nodejs Kafka

Apache Kafka ile basit producer/consumer iletişiminin gerçekleştirildiği NodeJs uygulaması.

Build ve Run adımları

git clone https://github.com/cico643/kafka-odev.git
cd kafka-odev-master
docker-compose up --build

Örnek curl requesti

curl -X POST -H "Content-Type: application/json" -d '{"msg":"MESAJINIZI_BURAYA_YAZINIZ"}' http://localhost:3000/messages

İyileştirme Önerileri

Bütün bu projeyi typescript ile yazıp, Producer/Consumer base classları oluşturarak daha generic ve reusable hale getirmek.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published