Simple Messaging application built with nodejs and kafka
Clone the project source:
git clone https://github.com/spaleet/node-messaging-kafka
cd node-messaging-kafka/
Start the containers:
docker-compose up -d
After that enter in consumer & producer folder and install packages:
npm install
Start producer:
cd /producer
npm start
And finally start consumer:
cd /consumer
npm start