Skip to content

chathuranga95/Embedded-Debezium-CDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded-Debezium-CDC

In this repository, you will find an implementation of change data capturing using embedded debezium.

To try, download or clone this repository and open io.debezium.App.java file.

MySQL CDC

Prerequesites:

Running: call runMysqlCDC() from main method.

Configuration and fine-tuning:

Find the MySQL connector properties and input configurations as key-value pairs.

Currently this feature is operating fine.

Oracle CDC

Prerequesites:

  • Install and Configure Oracle database. Please find the instructions here.

Running: call runOracleCDC() from main method and run.

Configuration and fine-tuning:

Find the Oracle connector properties and input configurations as key-value pairs.

Currently this feature is not producing change events.

How to Contribute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages