Browse Source

Merge branch '2.5.x' into 2.6.x

Closes gh-29807
pull/30003/head
Andy Wilkinson 4 years ago
parent
commit
64e24a0e11
  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

@ -83,7 +83,7 @@ You can customize this behavior using the configprop:spring.kafka.streams.auto-s @@ -83,7 +83,7 @@ You can customize this behavior using the configprop:spring.kafka.streams.auto-s
[[messaging.kafka.additional-properties]]
=== Additional Kafka Properties
The properties supported by auto configuration are shown in <<appendix.application-properties#application-properties>>.
The properties supported by auto configuration are shown in the <<application-properties#appendix.application-properties.integration, "`Integration Properties`">> section of the Appendix.
Note that, for the most part, these properties (hyphenated or camelCase) map directly to the Apache Kafka dotted properties.
See the Apache Kafka documentation for details.

Loading…
Cancel
Save