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


##########
docs/content/docs/connectors/table/kinesis.md:
##########
@@ -404,6 +404,22 @@ Connector Options
       <td>String</td>
       <td>The <code>ReaderType</code> to use for sources 
(<code>POLLING|EFO</code>).</td>
     </tr>
+    <tr>
+      <td><h5>source.reader.empty-records-fetch-interval</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">250 ms</td>
+      <td>Duration</td>
+      <td>The interval between fetches that returned no records. The interval 
is applied independently to each shard.</td>

Review Comment:
   "The interval between fetches that returned no records."
   seems the different to 
   "The interval between fetches that returned records"
   
   I suggest keeping the same text everywhere to reduce the possibility of 
ambiguity



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