verfehlix / kafka-nodejs-test

Playing around with kafka, docker and nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-nodejs-test

Playing around with kafka, docker and nodejs

Setup

Install dependencies

yarn

Start docker containers for zookeeper, kafka & schema-registry

docker-compose up

Check container status

docker-compose ps

Start Producer

node producer.js

Start Consumer

node consumer.js

About

Playing around with kafka, docker and nodejs


Languages

Language:JavaScript 100.0%