An open API service indexing awesome lists of open source software.

https://github.com/dulajkavinda/kafka-node

Kafka Producer & Consumer using Node.js.
https://github.com/dulajkavinda/kafka-node

docker kafka kafka-consumer kafka-producer node

Last synced: 7 months ago
JSON representation

Kafka Producer & Consumer using Node.js.

Awesome Lists containing this project

README

          

# kafka-node
Kafka Producer & Consumer using Node.js.

## Prerequisites

* `node`
* `docker`

## Setup

* run `docker compose up`
* run `make create` - create the `kafka` topic
* run `npm run start:consmer`
* run `npm run start:producer`