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 逻辑。此处理程序

相关内容

热门资讯

开挂辅助工具"wep... wepokerplus透视脚本免费是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需...
今日科普“wepoker技巧攻... 您好:wepoker技巧攻略的软件,软件加客服确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户...
开挂辅助脚本"aap... 开挂辅助脚本"aapoker辅助怎么用"开挂(透视)辅助工具(竟然有挂);aapoker辅助怎么用A...
分享个大家“wpk开挂挂是真的... 您好:wpk开挂挂是真的吗这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用户...
开挂辅助神器"wep... 开挂辅助神器"wepoker辅助工具"开挂(透视)辅助软件(有挂攻略);打开点击测试直接进入微信(1...
一分钟揭秘“wepoker透视... wepoker透视是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以加我...
开挂辅助插件"soh... 您好:sohoo poker辅助这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很...
最新技巧“wpk透视插件”开挂... wpk透视插件是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以加我微信...
开挂辅助平台"德州局... 开挂辅助平台"德州局透视脚本"开挂(透视)辅助软件(有挂方法)德州局透视脚本ai黑科技系统规律教程开...
一分钟教会你“怎么避免wpk透... 无需打开直接搜索;操作使用教程:一分钟教会你“怎么避免wpk透视挂”开挂辅助器(透视)德州教程1、界...