From 72d4c1d4281d0aa0feeaa27a3df02898fbf1e34a Mon Sep 17 00:00:00 2001 From: Augustine Theodore Date: Tue, 11 Oct 2022 23:05:40 +0530 Subject: [PATCH] Made a correction in kinesis doc Resolves #2529 --- .../asciidoc/kinesis/spring-cloud-stream-binder-kinesis.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/kinesis/spring-cloud-stream-binder-kinesis.adoc b/docs/src/main/asciidoc/kinesis/spring-cloud-stream-binder-kinesis.adoc index 63f0e563b..b221b8a4b 100644 --- a/docs/src/main/asciidoc/kinesis/spring-cloud-stream-binder-kinesis.adoc +++ b/docs/src/main/asciidoc/kinesis/spring-cloud-stream-binder-kinesis.adoc @@ -113,7 +113,7 @@ Default: `false` minShardCount:: Effective only if `autoAddShards` is set to `true`. The minimum number of shards that the binder will configure on the stream from which it produces/consumes data. -It can be superseded by the `partitionCount` setting of the producer or by the value of `instanceCount * concurrency` settings of the producer (if either is larger) +It can be superseded by the `partitionCount` setting of the producer or by the value of `instanceCount * concurrency` settings of the consumer (if either is larger) + Default: `1` kplKclEnabled::