Browse Source

Merge branch '2.6.x' into 2.7.x

Closes gh-33101
pull/33648/head
Phillip Webb 3 years ago
parent
commit
9193e527cc
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

@ -67,7 +67,7 @@ To use the factory bean, wire `StreamsBuilder` into your `@Bean` as shown in the
include::code:MyKafkaStreamsConfiguration[] 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. You can customize this behavior using the configprop:spring.kafka.streams.auto-startup[] property.

Loading…
Cancel
Save