Java org.springframework.kafka.test.utils KafkaTestUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.test.utils KafkaTestUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.test.utils KafkaTestUtils.

The text is from its open source code.

Method

MapconsumerProps(String group, String autoCommit, EmbeddedKafkaBroker embeddedKafka)
Set up test properties for an consumer.
MapconsumerProps(String brokers, String group, String autoCommit)
Set up test properties for an consumer.
TgetPropertyValue(Object root, String propertyPath, Class type)
A typed version of #getPropertyValue(Object,String) .
ConsumerRecordgetSingleRecord(Consumer consumer, String topic)
Poll the consumer, expecting a single record for the specified topic.
MapproducerProps(EmbeddedKafkaBroker embeddedKafka)
Set up test properties for an producer.