maxFetchRecordsPerShard
The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If MaxFetchRecordsPerShard
needs to be strict then it needs to be a multiple of MaxRecordPerRead
. The default value is 100000
.