From daf4b47d1c7e495777d5f9b0768cd50638693052 Mon Sep 17 00:00:00 2001 From: Phillip Verheyden Date: Tue, 17 Sep 2019 09:36:23 -0500 Subject: [PATCH] Update the docs with the correct default channel properties locations Spring Cloud Stream Kafka uses `spring.cloud.stream.kafka.default` for setting default properties across all channels. Resolves #748 --- docs/src/main/asciidoc/overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index ced216b27..8ad6d3315 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -143,7 +143,7 @@ Default: none. [[kafka-consumer-properties]] ==== Kafka Consumer Properties -NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=`. +NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.kafka.default.consumer.=`. The following properties are available for Kafka consumers only and @@ -285,7 +285,7 @@ Refer to the https://docs.spring.io/spring-kafka/docs/2.3.0.BUILD-SNAPSHOT/refer [[kafka-producer-properties]] ==== Kafka Producer Properties -NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.=`. +NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.kafka.default.producer.=`. The following properties are available for Kafka producers only and