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
asked 4 months ago738 views
1 Answer
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.

answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions