Skip to content

Commit

Permalink
[FLINK-36083][docs] Fix kafka table api doc's Connector Options table…
Browse files Browse the repository at this point in the history
… broken. (#113)
  • Loading branch information
GOODBOY008 authored Aug 21, 2024
1 parent 2780ea8 commit a0d648e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content.zh/docs/connectors/datastream/dynamic-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,5 @@ Kafka cluster.

To understand more behind the scenes, please read [FLIP-246](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217389320)
for more details and discussion.

{{< top >}}
2 changes: 2 additions & 0 deletions docs/content/docs/connectors/datastream/dynamic-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,5 @@ Kafka cluster.

To understand more behind the scenes, please read [FLIP-246](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217389320)
for more details and discussion.

{{< top >}}
1 change: 1 addition & 0 deletions docs/content/docs/connectors/table/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Connector Options
<tr>
<td><h5>scan.bounded.mode</h5></td>
<td>optional</td>
<td>no</td>
<td style="word-wrap: break-word;">unbounded</td>
<td>Enum</td>
<td>Bounded mode for Kafka consumer, valid values are <code>'latest-offset'</code>, <code>'group-offsets'</code>, <code>'timestamp'</code> and <code>'specific-offsets'</code>.
Expand Down

0 comments on commit a0d648e

Please sign in to comment.