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 +----