public class KafkaStreamsConfiguration
extends java.lang.Object
StreamsBuilder
properties. The framework
looks for a bean of this type with name 'defaultKafkaStreamsConfig' and auto-declares a
StreamsBuilderFactoryBean
using it. The Properties
class is too general
for such activity.Constructor and Description |
---|
KafkaStreamsConfiguration(java.util.Map<java.lang.String,java.lang.Object> configs) |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
asProperties()
Return the configuration map as a
Properties . |