Node.js-IL is the Israeli community of node.js enthusiasts and professionals. This repo cotains the code for 31/03 session.
- deploy local kafka cluster on your local host. more info can be found here: https://kafka.apache.org/quickstart
- install dependencies:
npm install
- run one of the scenarios. for example:
node index.js 1 10 fix:50
- In order to monitor your consumer group. run the monitor script together with the consumer group name. for exampe:
./monitor demo_group_1
Enjoy :)