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).
Create a directory to store the logfiles and data for our demo.
mkdir /tmp/c3multi/
start-zk.sh
start-kafka.sh
start-c3.sh
Controlcenter should now be available at http://localhost:9021/clusters
to stop the demo shutdown everything (c3, broker, zookeeper) with
stop-all.sh
if needed you could cleanup the used directories to start from scratch by running.
cleanup.sh
There's also the possibility to run the example with docker-compose. Simply start up the stack with
docker-compose up -d