Skip to content

Commit

Permalink
Update postgrescdc_to_postgres_test_add_Filed.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 authored Jan 19, 2024
1 parent f2c2869 commit 707d367
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env {

source {
Postgres-CDC {
result_table_name = "customers_mysql_cdc"
result_table_name = "customers_postgres_cdc"
username = "postgres"
password = "postgres"
database-names = ["postgres_cdc"]
Expand All @@ -46,7 +46,7 @@ transform {

sink {
jdbc {
source_table_name = "customers_mysql_cdc"
source_table_name = "customers_postgres_cdc"
url = "jdbc:postgresql://postgres_cdc_e2e:5432/postgres_cdc?loggerLevel=OFF"
driver = "org.postgresql.Driver"
user = "postgres"
Expand All @@ -58,4 +58,4 @@ sink {
table = inventory.sink_postgres_cdc_table_3
primary_keys = ["id"]
}
}
}

0 comments on commit 707d367

Please sign in to comment.