kafka-load-consumer

Application to make asynchronous message on kafka. Proposes load tests on Event Driven application

MIT License

Downloads
15
Stars
3
Committers
2

kafka-load-consumer

NodeJs tool to publish messages on kafka

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install -g kafka-load-consumer

Tests

npm install
npm test

Usage

Create an kafka-load.js at home directory

kafka-load-consumer --init

and run at directory of kafka-load.js

kafka-load-consumer

Dependencies

  • node-rdkafka: Node.js bindings for librdkafka
  • pino: super fast, all natural json logger

Dev Dependencies

License

MIT