Change Data Capture (CDC) source that captures and streams change events from various databases. Leverages on Debezium and supports MySQL, PostgreSQL, MongoDB, Oracle and SQL Server databases.
Apache License 2.0
52
stars
15
forks
source link
Will cdc-debezium-spring-boot-starter Work with debezium-embedded 1.5? #14
From cdc-debezium-app-dependencies/pom.xml it's stated that it uses debezium-embedded version 1.0.0.Final
Looking at the maven repository, the latest version is 1.5.0.Final
The cdc-debezium-spring-boot-starter is a very promising project to easily integrate Debezium Engine, do you have any plan to support the new version?
From
cdc-debezium-app-dependencies/pom.xml
it's stated that it uses debezium-embedded version1.0.0.Final
Looking at the maven repository, the latest version is1.5.0.Final
Thecdc-debezium-spring-boot-starter
is a very promising project to easily integrate Debezium Engine, do you have any plan to support the new version?