iemre commented on code in PR #110:
URL: 
https://github.com/apache/flink-connector-aws/pull/110#discussion_r1376002503


##########
docs/content.zh/docs/connectors/table/kinesis.md:
##########
@@ -680,6 +680,14 @@ Connector Options
       <td>Long</td>
       <td>The interval (in milliseconds) after which to consider a shard idle 
for purposes of watermark generation. A positive value will allow the watermark 
to progress even when some shards don't receive new records.</td>
     </tr>
+    <tr>
+      <td><h5>shard.consumer.error.recoverable[0].exception</h5></td>
+      <td>optional</td>
+      <td>no</td>
+      <td style="word-wrap: break-word;">(none)</td>
+      <td>String</td>
+      <td>User-specified Exception to retry indefinitely. Example value: 
`java.net.UnknownHostException`. This configuration is a zero-based array. As 
such, the specified exceptions must start with index 0. Specified exceptions 
must be valid Throwables in class, or connector will fail to initialize and 
fail fast.</td>

Review Comment:
   typo: `in classpath`



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to