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
gefragt vor 4 Monaten946 Aufrufe
1 Antwort
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.

beantwortet vor 3 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen