Marton Greber has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24127
Change subject: [examples] add replication demo ...................................................................... [examples] add replication demo Adds a self-contained Docker Compose environment demonstrating Kudu-to-Kudu replication with Apache Flink. The setup includes two Kudu clusters (source + sink), a Flink cluster, a Python ingest simulator, and a Prometheus + Grafana observability stack with a pre-built replication dashboard — all wired together and ready to run. A Makefile covers the full workflow: building the replication JAR, starting and stopping the stack, submitting and savepointing the Flink job, and verifying row counts across clusters. Version pins and tunables are centralized in .env. Change-Id: Iebf29efaebc91d9831f57fc884a2acbab31715ce --- A examples/flink-replication/.env A examples/flink-replication/.gitignore A examples/flink-replication/Makefile A examples/flink-replication/README.md A examples/flink-replication/docker-compose.yml A examples/flink-replication/flink/jars/.gitignore A examples/flink-replication/flink/submit-job.sh A examples/flink-replication/ingest/ingest.py A examples/flink-replication/monitoring/README.md A examples/flink-replication/monitoring/grafana/dashboards/dashboards.yml A examples/flink-replication/monitoring/grafana/dashboards/replication.json A examples/flink-replication/monitoring/grafana/datasources/prometheus.yml A examples/flink-replication/monitoring/kudu_tablet_info.yml A examples/flink-replication/monitoring/prometheus.yml A examples/flink-replication/scripts/ready.sh A examples/flink-replication/scripts/verify-replication.sh A examples/flink-replication/scripts/wait-for-kudu.sh 17 files changed, 2,523 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/24127/1 -- To view, visit http://gerrit.cloudera.org:8080/24127 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iebf29efaebc91d9831f57fc884a2acbab31715ce Gerrit-Change-Number: 24127 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
