Merge pull request #33098 from iamgd67

* pr/33098:
  Fix kafka streams start description typo in documentation

Closes gh-33098
pull/33276/head
Phillip Webb 2 years ago
commit 91ed54821c

@ -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[] 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. You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.

Loading…
Cancel
Save