KafkaStreamsAnnotationDrivenConfiguration
@Bean
public KafkaStreamsFactoryBeanConfigurer kafkaStreamsFactoryBeanConfigurer(
StreamsBuilderFactoryBean factoryBean) {
return new KafkaStreamsFactoryBeanConfigurer(this.properties, factoryBean);
}
This blows up if there are multiple factory beans. Consider making it an ObjectProvider and getIfUnique() (or resolve in some other way).
2 people have reported this issue recently on Stack Overflow and today.