Kinesis Write Record SDK retry

0

Hi,

Does PutRecord SDK has retry feature as KPL? I have found the below link about handling failures

https://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-sdk.html

Can we say that that is a retry feature or something else?

Thank you.

Aman
feita há 4 meses946 visualizações
1 Resposta
0

By default SDK use legacy retry mode and max attempts might differ by programming language. For example, boto3 (python) retries request for 5 times in legacy mode. so you should check the language specific SDK documentation for retries.

respondido há 3 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas