Package org.springframework.kafka.config
Class KafkaStreamsConfiguration
java.lang.Object
org.springframework.kafka.config.KafkaStreamsConfiguration
Wrapper for
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.- Since:
- 2.2
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KafkaStreamsConfiguration
-
-
Method Details
-
asProperties
Return the configuration map as aProperties
.- Returns:
- the properties.
-