You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate StreamBuilderFactoryBeanCustomizer in favor of StreamsBuilderFactoryBeanConfigurer
This commit removes StreamBuilderFactoryBeanCustomizer and
updates KafkaStreamsAnnotationDrivenConfiguration to use StreamsBuilderFactoryBeanConfigurer
instead of the nested class KafkaStreamsFactoryBeanConfigurer.
This aligns more closely with how configuration is typically applied.
Signed-off-by: Dmytro Nosan <[email protected]>
By default, the streams managed by the javadoc:org.apache.kafka.streams.StreamsBuilder[] object are started automatically.
75
75
You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.
76
76
77
+
TIP: For advanced configuration, the arbitrary javadoc:org.springframework.kafka.config.StreamsBuilderFactoryBeanConfigurer[] can be used to configure the javadoc:org.springframework.kafka.config.StreamsBuilderFactoryBean[] before the javadoc:org.apache.kafka.streams.StreamsBuilder[] object is initialized.
Copy file name to clipboardExpand all lines: module/spring-boot-kafka/src/main/java/org/springframework/boot/kafka/autoconfigure/KafkaStreamsAnnotationDrivenConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-kafka/src/main/java/org/springframework/boot/kafka/autoconfigure/StreamsBuilderFactoryBeanCustomizer.java
Copy file name to clipboardExpand all lines: module/spring-boot-kafka/src/main/java/org/springframework/boot/kafka/autoconfigure/metrics/KafkaMetricsAutoConfiguration.java
Copy file name to clipboardExpand all lines: module/spring-boot-kafka/src/test/java/org/springframework/boot/kafka/autoconfigure/KafkaAutoConfigurationTests.java
0 commit comments