You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code examples that show you how to configure and use different retry strategies for improved resilience.
64
-
65
-
-[Basic Adaptive Retry Implementation](src/main/java/com/example/dynamodb/BasicAdaptiveRetryImplementation.java) - Shows how to configure DynamoDB clients with AdaptiveRetryStrategy for better performance and resilience
66
-
-[Migration Examples](src/main/java/com/example/dynamodb/MigrationExamples.java) - Demonstrates migrating from StandardRetryStrategy to AdaptiveRetryStrategy with before/after comparisons
67
-
68
-
For comprehensive documentation on adaptive retry strategies, see the [adaptive_retry_docs](adaptive_retry_docs/) directory which includes:
0 commit comments