Skip to content

neoword/confluent-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

confluent-sandbox

This repo works with a nomad cluster to deploy confluent services as nomad jobs for local development.

Setup node scripts

This is necessary only once to deploy the necessary scripts to the running vagrant node.

> bin/init-node.sh

Start docker-registry

> # to start docker-registry
> bin/start.sh docker-registry

> # to stop docker-registry
> bin/stop.sh docker-registry

Pre-cache images

Ensure the docker images are pre-loaded on each node.

> bin/pull-images.sh

Confluent Zookeeper

> # 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

Confluent Kafka

> # 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

Confluent Schema-Registry

> # to start schema-registry
> bin/start.sh schema-registry

> # to stop schema-registry
> bin/stop.sh schema-registry

About

Sandbox for Confluent products that runs on nomad.

Resources

Stars

Watchers

Forks

Packages

No packages published