You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
887 B
32 lines
887 B
#version: flink-cdc-job, 0.1.0
|
|
sessionCluster:
|
|
restAddress: "demo01-cdc2-session-rest"
|
|
restPort: 8081
|
|
|
|
postgres:
|
|
hostname: "postgres-postgresql.flink-test.svc.cluster.local"
|
|
port: 5432
|
|
username: "flink_cdc"
|
|
password: "password1234!"
|
|
slotName: "flink_cdc_slot"
|
|
decodingPlugin: pgoutput
|
|
tables: "testdb.public.orders,testdb.public.users"
|
|
|
|
pipeline:
|
|
name: "demo01-cdcjob2-cdc-pipeline"
|
|
parallelism: 2
|
|
checkpointInterval: 60s
|
|
|
|
sink:
|
|
catalog:
|
|
uri: "https://lakekeeper.example.org/catalog"
|
|
warehouse: "minio"
|
|
s3Endpoint: "http://minio.minio.svc.cluster.local:9000"
|
|
s3PathStyleAccess: "true"
|
|
oauth2Uri: "https://keycloak.gke.paasup.io/realms/paasup/protocol/openid-connect/token"
|
|
credential: "lakekeeper-admin:Em9x2v79OrB4FrspUnp4eV6ua9ZoCXy8"
|
|
scope: lakekeeper
|
|
|
|
route:
|
|
- sourceTable: "public.orders"
|
|
sinkTable: "testdb_public.orders" |