Class ConsumerProducerTopicConfig
java.lang.Object
com.bakdata.kafka.consumerproducer.ConsumerProducerTopicConfig
Provides topic configuration for a
ConsumerProducerApp-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanInput patterns that are identified by a labelInput topics that are identified by a labelOutput topics that are identified by a labelinthashCode()Convert this config to aConsumerTopicConfigfor the consumer part of the app.Convert this config to aProducerTopicConfigfor the producer part of the app.toString()
-
Method Details
-
toConsumerTopicConfig
Convert this config to aConsumerTopicConfigfor the consumer part of the app.- Returns:
ConsumerTopicConfig
-
toProducerTopicConfig
Convert this config to aProducerTopicConfigfor the producer part of the app.- Returns:
ProducerTopicConfig
-
builder
-
getInputTopics
-
getLabeledInputTopics
Input topics that are identified by a label -
getInputPattern
-
getLabeledInputPatterns
Input patterns that are identified by a label -
getOutputTopic
-
getLabeledOutputTopics
Output topics that are identified by a label -
getErrorTopic
-
toString
-
equals
-
hashCode
public int hashCode()
-