@Configuration
@ConditionalOnMissingBean(value=Binder.class)
@Import(value=org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.class)
@EnableConfigurationProperties(value={org.springframework.cloud.stream.binder.kafka.properties.KafkaBinderConfigurationProperties.class,org.springframework.cloud.stream.binder.kafka.properties.KafkaExtendedBindingProperties.class})
public class KafkaBinderConfiguration
extends Object
Author:
David Turanski, Marius Bogoevici, Soby Chacko, Mark Fisher, Ilayaperumal Gopinathan, Henryk Konsek, Gary Russell