public class KafkaDatabaseHistoryTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.config.Configuration |
config |
private File |
dataDir |
private String |
ddl |
private io.debezium.relational.history.KafkaDatabaseHistory |
history |
private KafkaCluster |
kafka |
private Map<String,Object> |
position |
private Map<String,String> |
source |
private String |
topicName |
| Constructor and Description |
|---|
KafkaDatabaseHistoryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
void |
beforeEach() |
protected void |
setLogPosition(int index) |
void |
shouldStartWithEmptyTopicAndStoreDataAndRecoverAllState() |
private io.debezium.config.Configuration config
private io.debezium.relational.history.KafkaDatabaseHistory history
private KafkaCluster kafka
private File dataDir
private String topicName
private String ddl
Copyright © 2016 JBoss by Red Hat. All rights reserved.