-
Request Rate too Large
Request too large is an error from service indicating that you temporarily went beyond the provisioned throughput. You should retry after the providedDocumentClientException#getRetryAfterInMilliseconds()
. -
CollectionPoolExhausted
this is a SDK side error indicating that the SDK's connection pool is saturated. Consider to retry later, increase the connection pool size or use a semaphore to throttle your workload.