gguptp commented on PR #209:
URL: 
https://github.com/apache/flink-connector-aws/pull/209#issuecomment-2913441036

   Hi @darenwkt while i agree using adaptive retry strategy prevents throttling 
better than standard, it does so by throttling at client side. This can cause 
api calls to delay. For example, from my testing what i noticed is that if i 
used adaptive strategy, the difference between two api calls comes out to be 
200 millis which can be quite a lot. 
   
   AWS recommends standard retry strategy to be good for almost all the 
usecases until we have something specific. We have a backlog task in jira 
already to allow customers to expose the retry strategy


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to