From 020821f47110145321d498a36f37518983747b4c Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 27 Jun 2018 09:08:21 -0400 Subject: [PATCH] Fix typo in kafka streams docs Resolves #400 --- .../src/main/asciidoc/kafka-streams.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/kafka-streams.adoc b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/kafka-streams.adoc index 42f9f23c6..b047aa787 100644 --- a/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/kafka-streams.adoc +++ b/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/kafka-streams.adoc @@ -81,7 +81,7 @@ For common configuration options and properties pertaining to binder, refer to t === Kafka Streams Properties -The following properties are available at the binder level and must be prefixed with `spring.cloud.stream.kafka.binder.` +The following properties are available at the binder level and must be prefixed with `spring.cloud.stream.kafka.streams.binder.` literal. configuration:: @@ -627,4 +627,4 @@ Once you gain access to this bean, then you can query for the particular state-s ---- ReadOnlyKeyValueStore keyValueStore = queryableStoreRegistry.getQueryableStoreType("my-store", QueryableStoreTypes.keyValueStore()); ----- \ No newline at end of file +----