Class ConsumerProducerExecutionOptions
java.lang.Object
com.bakdata.kafka.consumerproducer.ConsumerProducerExecutionOptions
Options to run a Kafka ConsumerProducer app
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Defines the execution options for the consumer part of the app.Defines the execution options for the producer part of the app.
-
Method Details
-
builder
-
getConsumerExecutionOptions
Defines the execution options for the consumer part of the app. -
getProducerExecutionOptions
Defines the execution options for the producer part of the app.
-