From e55e23482a81efae7eb974b1cc9018e1ecd0089c Mon Sep 17 00:00:00 2001 From: 67 <67@gd67.com> Date: Thu, 10 Nov 2022 21:01:24 +0800 Subject: [PATCH] Fix kafka streams start description typo in documentation See gh-33098 --- .../spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc index be6b071b2014..babae3c0a63a 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc @@ -76,7 +76,7 @@ To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the include::{docs-java}/messaging/kafka/streams/MyKafkaStreamsConfiguration.java[] ---- -By default, the streams managed by the `StreamBuilder` object it creates are started automatically. +By default, the streams managed by the `StreamBuilder` object are started automatically. You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.