Class KafkaConsumerProducerApplication<T extends ConsumerProducerApp>

Type Parameters:
T - type of ConsumerProducerApp created by this application
All Implemented Interfaces:
AutoCloseable, Runnable
Direct Known Subclasses:
SimpleKafkaConsumerProducerApplication

The base class for creating Kafka ConsumerProducer applications.

This class provides the following configuration options in addition to those provided by KafkaApplication: To implement your Kafka ConsumerProducer application inherit from this class and add your custom options. Run it by creating an instance of your class and calling KafkaApplication.startApplication(String[]) from your main.