Uses of Class
io.debezium.relational.history.AbstractDatabaseHistory
Packages that use AbstractDatabaseHistory
-
Uses of AbstractDatabaseHistory in io.debezium.relational.history
Subclasses of AbstractDatabaseHistory in io.debezium.relational.historyModifier and TypeClassDescriptionfinal classADatabaseHistoryimplementation that stores the schema history in a local file.classADatabaseHistoryimplementation 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.final classADatabaseHistoryimplementation that stores the schema history in memory.