/first-node-kafka

Messaging app with NodeJS and Apache Kafka

Primary LanguageJavaScript

Simple Messaging Application

Messaging App with NodeJS and Apache Kafka

  • you need docker and nodejs to execute this app

1. Install Dependencies

yarn

2. Start Apache Kafka

docker-compose up

3. Start Consumer

yarn start:consumer

4. Start Producer

yarn start:producer