Skip to content

Commit 01d73fd

Browse files
committed
[FLINK-36083][docs] Fix kafka table api doc's Connector Options table broken.
1 parent 86f796a commit 01d73fd

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/content.zh/docs/connectors/datastream/dynamic-kafka.md

+2
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,5 @@ Kafka cluster.
246246

247247
To understand more behind the scenes, please read [FLIP-246](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217389320)
248248
for more details and discussion.
249+
250+
{{< top >}}

docs/content/docs/connectors/datastream/dynamic-kafka.md

+2
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,5 @@ Kafka cluster.
246246

247247
To understand more behind the scenes, please read [FLIP-246](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=217389320)
248248
for more details and discussion.
249+
250+
{{< top >}}

docs/content/docs/connectors/table/kafka.md

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ Connector Options
337337
<tr>
338338
<td><h5>scan.bounded.mode</h5></td>
339339
<td>optional</td>
340+
<td>no</td>
340341
<td style="word-wrap: break-word;">unbounded</td>
341342
<td>Enum</td>
342343
<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>.

0 commit comments

Comments
 (0)