A method for using Kafka Admin to set up a control loop to keep consumer groups full.
I've graciously included the kafka binaries in the kafka
directory
cd kafka
bin/zookeeper-server-start.sh config/zookeeper.properties
cd kafka
bin/kafka-server-start.sh config/server.properties
yarn start