Fix typo in kafka streams docs

Resolves #400
This commit is contained in:
Soby Chacko
2018-06-27 09:08:21 -04:00
committed by GitHub
parent 2e14ba99e3
commit 020821f471

View File

@@ -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<Object, Object> keyValueStore =
queryableStoreRegistry.getQueryableStoreType("my-store", QueryableStoreTypes.keyValueStore());
----
----