The intention of this POC is to demonstrate the capabilities of Debezium to replicate data from one database (Oracle in this case) to another database (Postgres in this case) real time. In addition to the basic use case of data replication through Change Data Capture (CDC) methodology, this will also…