Marton Greber has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/24127 Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> Tested-by: Marton Greber <[email protected]> --- M RELEASING.adoc 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 18 files changed, 2,530 insertions(+), 1 deletion(-) Approvals: Zoltan Chovan: Looks good to me, approved Gabriella Lotz: Looks good to me, but someone else must approve Marton Greber: Verified -- 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: merged Gerrit-Change-Id: Iebf29efaebc91d9831f57fc884a2acbab31715ce Gerrit-Change-Number: 24127 Gerrit-PatchSet: 7 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
