This repo works with a nomad cluster to deploy confluent services as nomad jobs for local development.
This is necessary only once to deploy the necessary scripts to the running vagrant node.
> bin/init-node.sh
> # to start docker-registry
> bin/start.sh docker-registry
> # to stop docker-registry
> bin/stop.sh docker-registry
Ensure the docker images are pre-loaded on each node.
> bin/pull-images.sh
> # to clean out zookeeper data dirs
> bin/clean-zk-dirs.sh
> # to start zookeeper
> bin/start.sh zk
> # to stop zookeeper
> bin/stop.sh zk
> # to clean out kafka data dirs
> bin/clean-kafka-dirs.sh
> # to start kafka
> bin/start.sh kafka
> # to stop kafka
> bin/stop.sh kafka
> # to start schema-registry
> bin/start.sh schema-registry
> # to stop schema-registry
> bin/stop.sh schema-registry