Database Reference
In-Depth Information
RetryCondition : Here, you need to specify whether on a specific request or
condition, if you need to retry. If null is specified, then SDK takes the default
condition.
BackoffStrategy : Here, you need to specify after how long the next retry
should be done. If null is specified, then SDK takes the default strategy.
MaxErrorRetry : Here, you need to specify the maximum number of retries on
the error.
HonorMaxErrorRetryInClientConfig : Here, you need to specify
whether this retry policy should honor the max error retry set by ClientCon-
figuration.setMaxErrorRetry(int) .
If required, you can also use a custom retry strategy, or you can also use AWS SQS to
throttle the DynamoDB throughput. Use the http://tech.shazam.com/server/using-sqs-to-
throttle-dynamodb-throughput/ blog link that explains the detailed implementation for the
same.
Search WWH ::




Custom Search