Apache Kafka ile basit producer/consumer iletişiminin gerçekleştirildiği NodeJs uygulaması.
git clone https://github.com/cico643/kafka-odev.git
cd kafka-odev-master
docker-compose up --build
curl -X POST -H "Content-Type: application/json" -d '{"msg":"MESAJINIZI_BURAYA_YAZINIZ"}' http://localhost:3000/messages
Bütün bu projeyi typescript ile yazıp, Producer/Consumer base classları oluşturarak daha generic ve reusable hale getirmek.