Class KafkaStreamsDefaultConfiguration

java.lang.Object
org.springframework.kafka.annotation.KafkaStreamsDefaultConfiguration

@Configuration(proxyBeanMethods=false) public class KafkaStreamsDefaultConfiguration extends Object
@Configuration class that registers a StreamsBuilderFactoryBean if StreamsConfig with the name DEFAULT_STREAMS_CONFIG_BEAN_NAME is present in the application context. Otherwise a UnsatisfiedDependencyException is thrown.

This configuration class is automatically imported when using the @EnableKafkaStreams annotation. See EnableKafkaStreams Javadoc for complete usage.

Since:
1.1.4
Author:
Artem Bilan, Gary Russell