public class ReconcilingBinlogReaderTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
BINLOG_FILENAME |
private int |
SERVER_ID |
private int |
STARTING_BINLOG_POSTION |
| Constructor and Description |
|---|
ReconcilingBinlogReaderTest() |
| Modifier and Type | Method and Description |
|---|---|
private List<Map<String,?>> |
createOrderedOffsets(int size)
Create an ordered list of offsets from earliest to latest.
|
private org.apache.kafka.connect.source.SourceRecord |
createSourceRecordWithOffset(Map<String,?> offset) |
void |
haltAfterPredicateFalse() |
void |
haltAfterPredicateTrue() |
private final int SERVER_ID
private final String BINLOG_FILENAME
private final int STARTING_BINLOG_POSTION
public void haltAfterPredicateTrue()
public void haltAfterPredicateFalse()
private List<Map<String,?>> createOrderedOffsets(int size)
size - the number of offsets to create.Copyright © 2021 JBoss by Red Hat. All rights reserved.