This is an automated email from the ASF dual-hosted git repository.
libenchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 2003b70aceb [hotfix][docs] Add protobuf format info to overview page
2003b70aceb is described below
commit 2003b70aceb2cdddfbd3d05263e1dbd699bf6585
Author: sharath1709 <[email protected]>
AuthorDate: Tue Jan 9 15:14:16 2024 -0800
[hotfix][docs] Add protobuf format info to overview page
---
docs/content/docs/connectors/table/formats/overview.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/content/docs/connectors/table/formats/overview.md
b/docs/content/docs/connectors/table/formats/overview.md
index 987ba8d8820..4ae1c6987ba 100644
--- a/docs/content/docs/connectors/table/formats/overview.md
+++ b/docs/content/docs/connectors/table/formats/overview.md
@@ -26,7 +26,7 @@ under the License.
# Formats
-Flink provides a set of table formats that can be used with table connectors.
A table format is a storage format defines how to map binary data onto table
columns.
+Flink provides a set of table formats that can be used with table connectors.
A table format is a storage format that defines how to map binary data onto
table columns.
Flink supports the following formats:
@@ -68,6 +68,10 @@ Flink supports the following formats:
<td><a href="{{< ref "docs/connectors/table/kafka" >}}">Apache
Kafka</a>,
<a href="{{< ref "docs/connectors/table/upsert-kafka" >}}">Upsert
Kafka</a></td>
</tr>
+ <tr>
+ <td><a href="{{< ref "docs/connectors/table/formats/protobuf"
>}}">Protobuf</a></td>
+ <td><a href="{{< ref "docs/connectors/table/kafka" >}}">Apache
Kafka</a></td>
+ </tr>
<tr>
<td><a href="{{< ref "docs/connectors/table/formats/debezium"
>}}">Debezium CDC</a></td>
<td><a href="{{< ref "docs/connectors/table/kafka" >}}">Apache
Kafka</a>,