spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Honoring auto startup in Kafka Streams binder #1127

Closed sobychacko closed 3 years ago

sobychacko commented 3 years ago

When using Kafka Streams bineder, the processors are started unconditionally, i.e. autoStartup is always true by default. If spring.kafka.streams.auto-startup is set, then honor that as the auto-startup flag in the binder.

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1126