davidradl commented on code in PR #219:
URL:
https://github.com/apache/flink-connector-aws/pull/219#discussion_r2581290282
##########
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:
in the name of the variable `minDescribeStreamDelay`, why does it include
the word `Describe`
--
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]