Uses of Class
io.debezium.embedded.AbstractConnectorTest.SourceRecords
Packages that use AbstractConnectorTest.SourceRecords
-
Uses of AbstractConnectorTest.SourceRecords in io.debezium.embedded
Methods in io.debezium.embedded that return AbstractConnectorTest.SourceRecordsModifier and TypeMethodDescriptionprotected AbstractConnectorTest.SourceRecordsAbstractConnectorTest.consumeDmlRecordsByTopic(int numDmlRecords) Try to consume and capture exactly the specified number of Dml records from the connector.protected AbstractConnectorTest.SourceRecordsAbstractConnectorTest.consumeRecordsByTopic(int numRecords) Try to consume and capture exactly the specified number of records from the connector.protected AbstractConnectorTest.SourceRecordsAbstractConnectorTest.consumeRecordsByTopic(int numRecords, boolean assertRecords) Try to consume and capture exactly the specified number of records from the connector.protected AbstractConnectorTest.SourceRecordsAbstractConnectorTest.consumeRecordsByTopic(int numRecords, int breakAfterNulls) Try to consume and capture exactly the specified number of records from the connector.protected AbstractConnectorTest.SourceRecordsAbstractConnectorTest.consumeRecordsByTopicUntil(BiPredicate<Integer, org.apache.kafka.connect.source.SourceRecord> condition) Try to consume and capture records untel a codition is satisfied.