Made a correction in kinesis doc

Resolves #2529
This commit is contained in:
Augustine Theodore
2022-10-11 23:05:40 +05:30
committed by Oleg Zhurakousky
parent a85e66fe48
commit 72d4c1d428

View File

@@ -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::