debezium-embedded-jdbc

Debezium DatabaseHistory and OffsetBackingStore implementations backed by JDBC.

APACHE-2.0 License

Stars
2

debezium-embedded-jdbc CircleCI codecov

Debezium DatabaseHistory and OffsetBackingStore implementations backed by JDBC.

Usage

JDBCOffsetBackingStore

offset.storage=io.debezium.contrib.jdbc.JDBCOffsetBackingStore
offset.storage.jdbc.url=jdbc:sqlite:
offset.storage.jdbc.table=offsets
offset.storage.jdbc.instance.id=debezium

JDBCDatabaseHistory

database.history=io.debezium.contrib.jdbc.JDBCDatabaseHistory
database.history.jdbc.url=jdbc:sqlite:
database.history.jdbc.table=schema
database.history.jdbc.instance.id=debezium

License

Apache 2.0