Sahil Palvia
Sahil Palvia
The stack trace indicates that the exception is an internal service exception from Kinesis. The KCL handles such exceptions and retries to fetch records for the shard. Feel free to...
This is not a normal service exception, but that doesn't mean that it will not occur. As for the message instead of the stack trace, we do agree with the...
It is generally not recommended to slow down the polling/fetching rate from the service. A better solution would be to have buffering in the `ShardRecordProcessor` implementation. That way each call...
Thank you for the feedback. We will prioritize it accordingly against the other customer requests.