wuchong commented on a change in pull request #8837:
[FLINK-12938][docs]Translate "Streaming Connectors" page into Chinese
URL: https://github.com/apache/flink/pull/8837#discussion_r298821987
##########
File path: docs/dev/connectors/index.zh.md
##########
@@ -28,16 +28,15 @@ under the License.
* toc
{:toc}
-## Predefined Sources and Sinks
+## 预定义的 Sources 和 Sinks
-A few basic data sources and sinks are built into Flink and are always
available.
-The [predefined data sources]({{ site.baseurl
}}/dev/datastream_api.html#data-sources) include reading from files,
directories, and sockets, and
-ingesting data from collections and iterators.
-The [predefined data sinks]({{ site.baseurl
}}/dev/datastream_api.html#data-sinks) support writing to files, to stdout and
stderr, and to sockets.
+一些比较基本的 Source 和 Sink 已经内置在 Flink 里。
+[预定义 data sources]({{ site.baseurl }}/zh/dev/datastream_api.html#data-sources)
支持从文件、目录、socket,以及 collections 和 iterators 中读取数据。
+[预定义 data sinks]({{ site.baseurl }}/zh/dev/datastream_api.html#data-sinks)
支持把数据写入文件、标准输出(stdout)、标准错误输出(stderr)和 socket。
-## Bundled Connectors
+## 捆绑的连接器
Review comment:
附带的连接器?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services