public class KafkaDatabaseHistoryTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
ddl |
private io.debezium.relational.history.KafkaDatabaseHistory |
history |
private KafkaCluster |
kafka |
private static int |
PARTITION_NO |
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 |
shouldIgnoreUnparseableMessages() |
void |
shouldStartWithEmptyTopicAndStoreDataAndRecoverAllState() |
void |
shouldStopOnUnparseableSQL() |
void |
testExists() |
private void |
testHistoryTopicContent(boolean skipUnparseableDDL) |
private io.debezium.relational.history.KafkaDatabaseHistory history
private KafkaCluster kafka
private String topicName
private String ddl
private static final int PARTITION_NO
public void afterEach()
public void shouldStartWithEmptyTopicAndStoreDataAndRecoverAllState()
throws Exception
Exceptionprivate void testHistoryTopicContent(boolean skipUnparseableDDL)
protected void setLogPosition(int index)
public void shouldIgnoreUnparseableMessages()
throws Exception
Exceptionpublic void shouldStopOnUnparseableSQL()
throws Exception
Exceptionpublic void testExists()
Copyright © 2020 JBoss by Red Hat. All rights reserved.