Class JdbcSchemaHistory

java.lang.Object
io.debezium.relational.history.AbstractSchemaHistory
io.debezium.storage.jdbc.history.JdbcSchemaHistory
All Implemented Interfaces:
SchemaHistory

@ThreadSafe @Incubating public final class JdbcSchemaHistory extends AbstractSchemaHistory
A SchemaHistory implementation that stores the schema history to database table
Author:
Ismail Simsek