hden/debezium-embedded-potgres

Debezium DatabaseHistory and OffsetBackingStore implementations backed by JDBC.


License
Apache-2.0

Documentation

debezium-embedded-jdbc CircleCI codecov

Debezium DatabaseHistory and OffsetBackingStore implementations backed by JDBC.

Usage

Clojars Project

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