Update consumer properties in the doc
This commit is contained in:
@@ -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
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user