| Package | Description |
|---|---|
| io.debezium.relational | |
| io.debezium.relational.history |
| Modifier and Type | Field and Description |
|---|---|
private DatabaseHistory |
HistorizedRelationalDatabaseSchema.databaseHistory |
| Modifier and Type | Method and Description |
|---|---|
DatabaseHistory |
HistorizedRelationalDatabaseConnectorConfig.getDatabaseHistory()
Returns a configured (but not yet started) instance of the database history.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatabaseHistory |
class |
FileDatabaseHistory
A
DatabaseHistory implementation that stores the schema history in a local file. |
class |
KafkaDatabaseHistory
A
DatabaseHistory implementation that records schema changes as normal SourceRecords on the specified topic,
and that recovers the history by establishing a Kafka Consumer re-processing all messages on that topic. |
class |
MemoryDatabaseHistory
A
DatabaseHistory implementation that stores the schema history in a local file. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.