Class AvroKafkaAssertions
java.lang.Object
io.debezium.testing.system.assertions.AvroKafkaAssertions
- All Implemented Interfaces:
KafkaAssertions<byte[],byte[]>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertRecordsContain(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[]>
-