Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 490 Bytes

KafkaConsumerGroupController

A method for using Kafka Admin to set up a control loop to keep consumer groups full.

RUNNING

Boot Kafka

I've graciously included the kafka binaries in the kafka directory

Boot Zookeeper in one terminal

cd kafka
bin/zookeeper-server-start.sh config/zookeeper.properties

Boot Kafka Broker in another terminal

cd kafka
bin/kafka-server-start.sh config/server.properties

Boot the Node project

yarn start