Class ConsumerProducerRunner
java.lang.Object
com.bakdata.kafka.consumerproducer.ConsumerProducerRunner
- All Implemented Interfaces:
Runner,AutoCloseable,Runnable
Runs a Kafka Consumer and Producer application
-
Constructor Summary
ConstructorsConstructorDescriptionConsumerProducerRunner(@NonNull ConsumerProducerRunnable runnable, @NonNull org.apache.kafka.clients.consumer.ConsumerConfig consumerConfig) -
Method Summary
-
Constructor Details
-
ConsumerProducerRunner
public ConsumerProducerRunner(@NonNull @NonNull ConsumerProducerRunnable runnable, @NonNull @NonNull org.apache.kafka.clients.consumer.ConsumerConfig consumerConfig)
-
-
Method Details