Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 969 Bytes

README.md

File metadata and controls

65 lines (37 loc) · 969 Bytes

c3multicluster

Short demo for Confluent Control Center (C3) Multi-Cluster managment with C3 in reduced infrastructure mode (https://docs.confluent.io/platform/current/control-center/installation/configuration.html#mode).

Basic Deployment

Preps

Create a directory to store the logfiles and data for our demo.

mkdir /tmp/c3multi/

Start Zookeeper

start-zk.sh

start Kafka brokers

start-kafka.sh

start control center

start-c3.sh

Controlcenter should now be available at http://localhost:9021/clusters

stop everything

to stop the demo shutdown everything (c3, broker, zookeeper) with

stop-all.sh

cleanup

if needed you could cleanup the used directories to start from scratch by running.

cleanup.sh

Dockerized

There's also the possibility to run the example with docker-compose. Simply start up the stack with

docker-compose up -d