| Package | Description |
|---|---|
| io.debezium.relational.history |
| Modifier and Type | Class and Description |
|---|---|
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 © 2016 JBoss by Red Hat. All rights reserved.