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
posta 4 mesi fa948 visualizzazioni
1 Risposta
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.

con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande