davidradl commented on code in PR #254:
URL: 
https://github.com/apache/flink-connector-aws/pull/254#discussion_r3855078217


##########
flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/config/KinesisSourceConfigOptions.java:
##########
@@ -90,7 +90,19 @@ public enum ConsumerLifecycle {
                     .durationType()
                     .defaultValue(Duration.ofMillis(250))
                     .withDescription(
-                            "The interval in milliseconds between fetches with 
empty records");
+                            "The interval between fetches that returned no 
records. The interval "

Review Comment:
   The interval between fetches that returned no records. Implies the interval 
is between 2 fetches that do not return records. I assume we mean this is the 
interval we wait after we get no records before retrying the fetch (which may 
or may not get no records). same concern for the other interval.



-- 
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