Skip to content

Commit

Permalink
[hotfix][docs] Fix description of new configuration table
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Nov 26, 2024
1 parent 955ec99 commit b49dc3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/docs/connectors/table/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,23 +370,23 @@ Connector Options
<td>no</td>
<td style="word-wrap: break-word;">LATEST</td>
<td>String</td>
<td>Initial position to be used when reading from the table. See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>Initial position to be used when reading from the table.</td>
</tr>
<tr>
<td><h5>source.init.timestamp</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
<td>The initial timestamp to start reading Kinesis stream from (when <code>scan.stream.initpos</code> is AT_TIMESTAMP). See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>The initial timestamp to start reading Kinesis stream from (when <code>source.init.position</code> is AT_TIMESTAMP).</td>
</tr>
<tr>
<td><h5>source.init.timestamp.format</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">yyyy-MM-dd'T'HH:mm:ss.SSSXXX</td>
<td>String</td>
<td>The date format of initial timestamp to start reading Kinesis stream from (when <code>scan.stream.initpos</code> is AT_TIMESTAMP). See <a href="#start-reading-position">Start Reading Position</a> for details.</td>
<td>The date format of initial timestamp to start reading Kinesis stream from (when <code>source.init.position</code> is AT_TIMESTAMP).</td>
</tr>
<tr>
<td><h5>source.shard.discovery.interval</h5></td>
Expand Down

0 comments on commit b49dc3a

Please sign in to comment.