parent
99413f61b1
commit
3aa0b6b980
@ -1,32 +0,0 @@ |
|||||||
#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