Class TopologyConfig

java.lang.Object
org.apache.kafka.common.config.AbstractConfig
org.apache.kafka.streams.TopologyConfig

public class TopologyConfig extends AbstractConfig
Streams configs that apply at the topology level. The values in the StreamsConfig parameter of the KafkaStreams or KafkaStreamsNamedTopologyWrapper constructors will determine the defaults, which can then be overridden for specific topologies by passing them in when creating the topology builders via the StreamsBuilder(TopologyConfig) StreamsBuilder(TopologyConfig)} method.