parent
e03345fc5e
commit
99413f61b1
@ -0,0 +1,32 @@ |
|||||||
|
#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" |
||||||
Loading…
Reference in new issue