wuchong commented on a change in pull request #9764: [FLINK-12939][docs-zh]
Translate "Apache Kafka Connector" page into Chinese
URL: https://github.com/apache/flink/pull/9764#discussion_r340028109
##########
File path: docs/dev/connectors/kafka.zh.md
##########
@@ -150,44 +139,40 @@ To use the universal Kafka connector add a dependency to
it:
</dependency>
{% endhighlight %}
-Then instantiate the new source (`FlinkKafkaConsumer`) and sink
(`FlinkKafkaProducer`).
-The API is backward compatible with the Kafka 0.11 connector,
-except of dropping specific Kafka version from the module and class names.
+然后,实例化 source( `FlinkKafkaConsumer`)和 sink(
`FlinkKafkaProducer`)。除了从模块和类名中删除了特定的 Kafka 版本外,这个 API 向后兼容 Kafka 0.11 版本的
connector。
## Kafka Consumer
-Flink's Kafka consumer is called `FlinkKafkaConsumer08` (or 09 for Kafka
0.9.0.x versions, etc.
-or just `FlinkKafkaConsumer` for Kafka >= 1.0.0 versions). It provides access
to one or more Kafka topics.
+Flink 的 Kafka consumer 称为 `FlinkKafkaConsumer08`(或者 Kafka 0.9.0.x 版本的 Kafka
consumer 是 `FlinkKafkaConsumer09`,或仅 FlinkKafkaConsumer 适用于 Kafka >= 1.0.0
的版本)。它提供对一个或多个 Kafka topics 的访问。
Review comment:
```suggestion
Flink 的 Kafka consumer 称为 `FlinkKafkaConsumer08`(或适用于 Kafka 0.9.0.x 版本的
`FlinkKafkaConsumer09`,或适用于 Kafka >= 1.0.0 版本的 `FlinkKafkaConsumer`)。它提供对一个或多个
Kafka topics 的访问。
```
----------------------------------------------------------------
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