Carl-Zhou-CN commented on issue #7304:
URL: https://github.com/apache/seatunnel/issues/7304#issuecomment-2268311620
env {
parallelism = 1
job.mode = "STREAMING"
checkpoint.interval = 10000
}
source {
Oracle-CDC {
result_table_name = "fake"
connect.timeout.ms = 1200000
source.reader.close.timeout = 1200000
base-url = "jdbc:oracle:thin:@//localhost:1524/ORCLPDB1"
username = "system"
password = "oracle"
database-names = ["ORCLCDB"]
schema-names = ["TEST"]
table-names = ["ORCLCDB.TEST.T1"]
exactly_once = true
debezium {
database.pdb.name = "ORCLPDB1"
}
}
}
sink {
console {
source_table_name="fake"
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]