Merge branch '2.7.x'

Closes gh-33102
This commit is contained in:
Phillip Webb 2022-11-10 11:12:34 -08:00
commit 954ed3e15e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the
include::code:MyKafkaStreamsConfiguration[]
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.