Class KafkaProducerApplication<T extends ProducerApp>

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

The base class for creating Kafka Producer applications.

This class provides all configuration options provided by KafkaApplication. To implement your Kafka Producer 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.