Class FileSchemaHistory

java.lang.Object
io.debezium.relational.history.AbstractSchemaHistory
io.debezium.storage.file.history.FileSchemaHistory
All Implemented Interfaces:
SchemaHistory

@ThreadSafe public final class FileSchemaHistory extends AbstractSchemaHistory
A SchemaHistory implementation that stores the schema history in a local file.
Author:
Randall Hauch