This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch fix-357 in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
commit 6f306892864b8237ae9fdc56b8ad39985b92976a Author: dockerzhang <[email protected]> AuthorDate: Mon Apr 18 20:17:00 2022 +0800 [INLONG-355][Doc] Add Auto Push Description --- docs/data_node/extract_node/auto_push.md | 8 ++++++++ docs/data_node/extract_node/file.md | 2 +- .../current/data_node/extract_node/auto_push.md | 8 ++++++++ .../current/data_node/extract_node/file.md | 2 +- .../current/sdk/dataproxy-sdk/example.md | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/data_node/extract_node/auto_push.md b/docs/data_node/extract_node/auto_push.md new file mode 100644 index 000000000..f44c496c4 --- /dev/null +++ b/docs/data_node/extract_node/auto_push.md @@ -0,0 +1,8 @@ +--- +title: Auto Push +sidebar_position: 1 +--- + +## Overview +**Auto Push** meanings send data to DataProxy module using DataProxy SDK, collect without Agent. +DataProxy SDK currently supports TCP, HTTP, UDP protocols, please refer to the usage method [DataProxy SDK Example](https://inlong.apache.org/docs/next/sdk/dataproxy-sdk/example/). \ No newline at end of file diff --git a/docs/data_node/extract_node/file.md b/docs/data_node/extract_node/file.md index d8bc22a92..bd519cbfb 100644 --- a/docs/data_node/extract_node/file.md +++ b/docs/data_node/extract_node/file.md @@ -1,6 +1,6 @@ --- title: File -sidebar_position: 1 +sidebar_position: 2 --- ## Parameters diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/auto_push.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/auto_push.md new file mode 100644 index 000000000..ac588d86f --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/auto_push.md @@ -0,0 +1,8 @@ +--- +title: 自动推送 +sidebar_position: 1 +--- + +## 总览 +**自动推送**是指使用 DataProxy SDK 发送数据到 DataProxy 模块,不经过 Agent 进行采集。 +DataProxy SDK 目前支持 TCP、HTTP、UDP 协议,使用方式可以参考 [DataProxy SDK Example](https://inlong.apache.org/zh-CN/docs/next/sdk/dataproxy-sdk/example/) 。 \ No newline at end of file diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/file.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/file.md index 313fdcdd2..68e138129 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/file.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/file.md @@ -1,6 +1,6 @@ --- title: 文件 -sidebar_position: 3 +sidebar_position: 2 --- ## 参数说明 diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md index f9c8a4306..8e346ec3e 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sdk/dataproxy-sdk/example.md @@ -102,7 +102,7 @@ Api 详情,请查看[总览](./overview) | messageBody | String | 发送的消息内容 | | dt | long | 时间戳 | -### HTTP 示例 +## HTTP 示例 ### 创建 messageSender ```java
