AWSSDK中的Retry只能在元数据服务中使用吗?
创始人
2024-09-27 05:30:07
0

在 AWS SDK 中,Retry 并非仅适用于元数据服务。Retry 可以用于所有 AWS 服务 API 请求中。以下是一个示例,显示如何使用 RetryHandler 来执行 Amazon DynamoDB 请求以及如何在请求失败时进行自定义 Retry:

import com.amazonaws.AmazonClientException;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.handlers.RequestHandler2;
import com.amazonaws.retry.RetryUtils;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder;
import com.amazonaws.services.dynamodbv2.model.*;

import java.util.HashMap;
import java.util.Map;

public class DynamoDBRetry {

    public static void main(String[] args) {

        AmazonDynamoDB client = AmazonDynamoDBClientBuilder.standard()
                .withRegion("us-west-2")
                .build();

        client.getRequestHandlers().add(new RequestHandler2() {
            @Override
            public AmazonWebServiceRequest beforeMarshalling(AmazonWebServiceRequest request) {
                // Adjust request before marshalling
                return request;
            }

            @Override
            public void afterResponse(AmazonWebServiceRequest request, Object response, TimingInfo timingInfo, AmazonWebServiceResponse amazonWebServiceResponse) {
                // Adjust response after unmarshalling
            }

            @Override
            public void afterError(AmazonWebServiceRequest request, AmazonClientException e) {
                if (RetryUtils.isThrottlingException(e)) {
                    // Retry on throttling exception
                    return;
                }

                if (e instanceof AmazonServiceException) {
                    AmazonServiceException ase = (AmazonServiceException) e;
                    if (RetryUtils.isRetryableServiceException(ase)) {
                        // Throw back exception with delay for custom retry logic
                        throw ase;
                    }
                }

                // Do nothing for other exceptions (e.g. non-AWS or networking issues)
            }
        });

        Map item = new HashMap<>();
        item.put("id", new AttributeValue().withN("1"));
        item.put("name", new AttributeValue().withS("John Doe"));

        PutItemRequest putItemRequest = new PutItemRequest()
                .withTableName("my-table")
                .withItem(item);

        try {
            client.putItem(putItemRequest);
        } catch (AmazonServiceException e) {
            // Handle service exceptions
        } catch (AmazonClientException e) {
            // Handle client exceptions
        }
    }
}

在此示例中,我们通过向 AmazonDynamoDBClient 添加 RequestHandler2 的实例来实现自定义 Retry 逻辑。此处理程序

相关内容

热门资讯

第3分钟窍要!德扑之心免费透视... 第3分钟窍要!德扑之心免费透视(透视)一贯是有辅助下载(哔哩哔哩)该软件可以轻松地帮助玩家将德扑之心...
第七分钟阶段!hhpoker怎... 第七分钟阶段!hhpoker怎么破解(透视)竟然有辅助开挂(哔哩哔哩)该软件可以轻松地帮助玩家将hh...
九分钟秘籍!wepoker私人... 九分钟秘籍!wepoker私人局俱乐部辅助(透视)总是是有辅助下载(哔哩哔哩)1、这是跨平台的wep...
7分钟课程!wepoker究竟... 7分钟课程!wepoker究竟有没有透视(透视)切实是真的有辅助安装(哔哩哔哩)1、用户打开应用后不...
第三分钟教程书!wepoker... 第三分钟教程书!wepoker轻量版辅助(透视)果然有辅助教程(哔哩哔哩)该软件可以轻松地帮助玩家将...
六分钟大纲!wepoker插件... 六分钟大纲!wepoker插件辅助(透视)本来是有辅助透视(哔哩哔哩)运wepoker插件辅助辅助工...
第六分钟策略!拱趴大菠萝挂哪里... 第六分钟策略!拱趴大菠萝挂哪里(透视)好像是真的有辅助神器(哔哩哔哩)1、拱趴大菠萝挂哪里辅助软件下...
5分钟技法!wpk透视工作室(... 5分钟技法!wpk透视工作室(透视)切实是有辅助教程(哔哩哔哩)wpk透视工作室脚本下载中分为三种模...
8分钟阶段!wepoker透视... 8分钟阶段!wepoker透视脚本安卓(透视)其实有辅助下载(哔哩哔哩)1、wepoker透视脚本安...
3分钟法门!如何判断wpk辅助... 3分钟法门!如何判断wpk辅助软件的真假(透视)原来是真的有辅助教程(哔哩哔哩)1、起透看视 如何判...