wuchong commented on a change in pull request #9415: [FLINK-12939][docs-zh]
Translate "Apache Kafka Connector" page into C…
URL: https://github.com/apache/flink/pull/9415#discussion_r312737779
##########
File path: docs/dev/connectors/kafka.zh.md
##########
@@ -107,40 +100,36 @@ Then, import the connector in your maven project:
</dependency>
{% endhighlight %}
-Note that the streaming connectors are currently not part of the binary
distribution.
-See how to link with them for cluster execution [here]({{
site.baseurl}}/dev/projectsetup/dependencies.html).
+请注意:目前流连接器还不是二进制分发的一部分。
+[在此处]({{
site.baseurl}}/dev/projectsetup/dependencies.html)可以了解到如何链接它们以实现在集群中执行。
-## Installing Apache Kafka
+## 安装 Apache Kafka
-* Follow the instructions from [Kafka's
quickstart](https://kafka.apache.org/documentation.html#quickstart) to download
the code and launch a server (launching a Zookeeper and a Kafka server is
required every time before starting the application).
-* If the Kafka and Zookeeper servers are running on a remote machine, then the
`advertised.host.name` setting in the `config/server.properties` file must be
set to the machine's IP address.
+* 按照 [ Kafka
快速入门](https://kafka.apache.org/documentation.html#quickstart)的说明下载代码并启动 Kafka
服务器(每次启动应用程序之前都需要启动 Zookeeper 和 Kafka server)。
+* 如果 Kafka 和 Zookeeper 服务器运行在远端机器上,那么必须要将 `config/server.properties` 文件中的
`advertised.host.name`属性设置为远端设备的 IP 地址。
-## Kafka 1.0.0+ Connector
+## Kafka 1.0.0+ 连接器
-Starting with Flink 1.7, there is a new universal Kafka connector that does
not track a specific Kafka major version.
-Rather, it tracks the latest version of Kafka at the time of the Flink release.
+从 Flink 1.7 开始,有一个新的通用 Kafka 连接器,它不跟踪专用的 Kafka 主要版本。相反,它是在 Flink 发布时跟踪最新版本的
Kafka 。
Review comment:
```suggestion
从 Flink 1.7 开始,有一个新的通用 Kafka 连接器,它不跟踪特定的 Kafka 主版本。相反,它是在 Flink 发布时跟踪最新版本的
Kafka 。
```
----------------------------------------------------------------
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