Hello Zoltan Chovan, Alexey Serbin, Zoltan Martonka, Gabriella Lotz, Kudu
Jenkins, Abhishek Chennaka,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24127
to look at the new patch set (#3).
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,521 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/24127/3
--
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: newpatchset
Gerrit-Change-Id: Iebf29efaebc91d9831f57fc884a2acbab31715ce
Gerrit-Change-Number: 24127
Gerrit-PatchSet: 3
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]>