davidradl commented on code in PR #219:
URL:
https://github.com/apache/flink-connector-aws/pull/219#discussion_r2581211361
##########
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:
Do you mean to call this mtehod with the word `Describe `or do you mean
`Dynamo`?
--
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]