Update consumer properties in the doc

This commit is contained in:
Ilayaperumal Gopinathan
2016-05-06 21:29:38 +05:30
parent 7044795fe4
commit ee41e802d7

View File

@@ -1225,7 +1225,7 @@ If a topic already exists with a larger number of partitions than the maximum of
An input binding is configured to receive partitioned data by setting its `partitioned` property, as well as the `instanceIndex` and `instanceCount` properties on the application itself, as in the following example:
----
spring.cloud.stream.bindings.input.partitioned=true
spring.cloud.stream.bindings.input.consumer.partitioned=true
spring.cloud.stream.instanceIndex=3
spring.cloud.stream.instanceCount=5
----