gguptp commented on code in PR #219:
URL: 
https://github.com/apache/flink-connector-aws/pull/219#discussion_r2581312098


##########
flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/source/DynamoDbStreamsSource.java:
##########
@@ -178,11 +186,25 @@ public SourceReader<T, DynamoDbStreamsShardSplit> 
createReader(
                     SplitEnumeratorContext<DynamoDbStreamsShardSplit> 
enumContext,
                     DynamoDbStreamsSourceEnumeratorState checkpoint)
                     throws Exception {
+        int maxApiCallAttempts = 
sourceConfig.get(DYNAMODB_STREAMS_RETRY_COUNT);
+        Duration minDescribeStreamDelay =

Review Comment:
   I think this was just copied from the existing source where it was named so, 
the resaoning is that this timeouts are only used by describestream API and 
other APIs do not need this backoffs



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to