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.
Prerequesites:
- Make sure you have MySQL installed.
- Enable MySQL binary logging and restart mysql service.
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.
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.
-
Report issues at GitHub Issue Tracker.
-
Send your contributions as pull requests to the master branch.