Back to Aws Doc Sdk Examples

AWS Java SDK AdaptiveRetryStrategy Guide

javav2/example_code/dynamodb/adaptive_retry_docs/README.md

latest1.8 KB
Original Source

AWS Java SDK AdaptiveRetryStrategy Guide

This guide provides comprehensive documentation and examples for implementing AWS Java SDK's AdaptiveRetryStrategy with AWS service clients.

⚠️ Important: AdaptiveRetryStrategy is designed for specialized use cases with high resource constraints and single-resource clients. AWS recommends StandardRetryStrategy for most applications.

Documentation Structure

DocumentPurposeWhen to Use
ConceptsConceptual foundation and theoryUnderstanding when/why to use AdaptiveRetryStrategy
Migration GuideStep-by-step migration instructionsConverting from older retry policies
Configuration ReferenceComplete parameter referenceFine-tuning and optimization

Getting Started

  1. Quick Start: Check the examples/ directory for ready-to-use code
  2. Learn Concepts: Read Concepts to understand when AdaptiveRetryStrategy is appropriate
  3. Migration: Use Migration Guide if converting existing code
  4. Fine-tuning: Consult Configuration Reference for parameter optimization

Documentation Sources

This guide is based on official AWS SDK for Java 2.x documentation and follows AWS best practices as documented in:

All examples and recommendations align with AWS's official guidance on retry strategy implementation.