Package io.debezium.relational.history
package io.debezium.relational.history
-
ClassDescriptionTher serializer responsible for converting of
TableChangesinto an array ofStructs.A history of the database schema described by aTables.Listener receiving lifecycle and data events fromDatabaseHistory.Implementation ofDatabaseSchemametrics.Metrics describingDatabaseHistoryuse.ADatabaseHistoryimplementation that stores the schema history in a local file.Compares HistoryRecord instances to determine which came first.Ther serializer responsible for converting ofTableChangesinto a JSON format.ADatabaseHistoryimplementation 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.ADatabaseHistoryimplementation that stores the schema history in memory.An abstract representation of one or more changes to the structure to the tables of a relational database.The interface that defines conversion ofTableChangesinto a serialized format for persistent storage or delivering as a message.