Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 572 Bytes

NodeJS-Israel-31-03

Node.js-IL is the Israeli community of node.js enthusiasts and professionals. This repo cotains the code for 31/03 session.

Steps to run

  1. deploy local kafka cluster on your local host. more info can be found here: https://kafka.apache.org/quickstart
  2. install dependencies: npm install
  3. run one of the scenarios. for example: node index.js 1 10 fix:50

How to monitor

  1. In order to monitor your consumer group. run the monitor script together with the consumer group name. for exampe: ./monitor demo_group_1

Enjoy :)