bube commented on code in PR #254:
URL:
https://github.com/apache/flink-connector-aws/pull/254#discussion_r3861267107
##########
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:
I've updated the text now.
--
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]