From 39394b9c2b3ca02140beffbf41091198109c7662 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Sun, 13 Feb 2022 13:10:28 +0100 Subject: [PATCH] Link to Integration section of the appendix for Kafka properties See gh-29758 --- .../spring-boot-docs/src/docs/asciidoc/features/messaging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/messaging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/messaging.adoc index 475617e1f8..7393b9d03f 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/messaging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/messaging.adoc @@ -411,7 +411,7 @@ You can customize this behavior using the configprop:spring.kafka.streams.auto-s [[features.messaging.kafka.additional-properties]] ==== Additional Kafka Properties -The properties supported by auto configuration are shown in <>. +The properties supported by auto configuration are shown in the <> section of the Appendix. Note that, for the most part, these properties (hyphenated or camelCase) map directly to the Apache Kafka dotted properties. Refer to the Apache Kafka documentation for details.