Uses of Class
io.debezium.relational.history.AbstractDatabaseHistory
-
Packages that use AbstractDatabaseHistory Package Description io.debezium.relational.history -
-
Uses of AbstractDatabaseHistory in io.debezium.relational.history
Subclasses of AbstractDatabaseHistory in io.debezium.relational.history Modifier and Type Class Description classFileDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file.classKafkaDatabaseHistoryADatabaseHistoryimplementation that records schema changes as normalSourceRecords on the specified topic, and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic.classMemoryDatabaseHistoryADatabaseHistoryimplementation that stores the schema history in a local file.
-