Class AvroKafkaAssertions
java.lang.Object
io.debezium.testing.system.assertions.AvroKafkaAssertions
- All Implemented Interfaces:
KafkaAssertions<byte[],byte[]>
-
Field Summary
FieldsFields inherited from interface io.debezium.testing.system.assertions.KafkaAssertions
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertDocumentIsUnwrapped(String topic, int amount) voidassertRecordIsUnwrapped(String topic, int amount) voidassertRecordsContain(String topic, String content) org.apache.kafka.clients.consumer.Consumer<byte[],byte[]> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.debezium.testing.system.assertions.KafkaAssertions
assertMinimalRecordsCount, assertRecordsCount, assertTopicsExist
-
Field Details
-
kafkaConsumerProps
-
-
Constructor Details
-
AvroKafkaAssertions
-
-
Method Details
-
getConsumer
public org.apache.kafka.clients.consumer.Consumer<byte[],byte[]> getConsumer()- Specified by:
getConsumerin interfaceKafkaAssertions<byte[],byte[]>
-
assertRecordsContain
- Specified by:
assertRecordsContainin interfaceKafkaAssertions<byte[],byte[]>
-
assertRecordIsUnwrapped
- Specified by:
assertRecordIsUnwrappedin interfaceKafkaAssertions<byte[],byte[]>
-
assertDocumentIsUnwrapped
- Specified by:
assertDocumentIsUnwrappedin interfaceKafkaAssertions<byte[],byte[]>
-