public class AvroKafkaAssertions extends Object implements KafkaAssertions<byte[],byte[]>
| Modifier and Type | Field and Description |
|---|---|
private Properties |
kafkaConsumerProps |
| Constructor and Description |
|---|
AvroKafkaAssertions(Properties kafkaConsumerProps) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertRecordsContain(String topic,
String content) |
org.apache.kafka.clients.consumer.Consumer<byte[],byte[]> |
getConsumer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassertMinimalRecordsCount, assertRecordsCount, assertTopicsExist, awaitAssert, awaitAssertprivate final Properties kafkaConsumerProps
public AvroKafkaAssertions(Properties kafkaConsumerProps)
public org.apache.kafka.clients.consumer.Consumer<byte[],byte[]> getConsumer()
getConsumer in interface KafkaAssertions<byte[],byte[]>public void assertRecordsContain(String topic, String content)
assertRecordsContain in interface KafkaAssertions<byte[],byte[]>Copyright © 2021 JBoss by Red Hat. All rights reserved.