Class ReconcilingBinlogReaderTest
java.lang.Object
io.debezium.connector.mysql.legacy.ReconcilingBinlogReaderTest
- Author:
- Moira Tagle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOrderedOffsets(int size) Create an ordered list of offsets from earliest to latest.private org.apache.kafka.connect.source.SourceRecordcreateSourceRecordWithOffset(Map<String, ?> offset) voidvoid
-
Field Details
-
SERVER_ID
private final int SERVER_ID- See Also:
-
BINLOG_FILENAME
- See Also:
-
STARTING_BINLOG_POSTION
private final int STARTING_BINLOG_POSTION- See Also:
-
-
Constructor Details
-
ReconcilingBinlogReaderTest
public ReconcilingBinlogReaderTest()
-
-
Method Details
-
haltAfterPredicateTrue
public void haltAfterPredicateTrue() -
haltAfterPredicateFalse
public void haltAfterPredicateFalse() -
createOrderedOffsets
Create an ordered list of offsets from earliest to latest.- Parameters:
size- the number of offsets to create.- Returns:
-
createSourceRecordWithOffset
-