Skip to content

mmuehlbeyer/c3multicluster

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages