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_r312737610
##########
File path: docs/dev/connectors/kafka.zh.md
##########
@@ -87,17 +83,14 @@ For most users, the `FlinkKafkaConsumer08` (part of
`flink-connector-kafka`) is
FlinkKafkaProducer</td>
<td>>= 1.0.0</td>
<td>
- This universal Kafka connector attempts to track the latest version of
the Kafka client.
- The version of the client it uses may change between Flink releases.
Starting with Flink 1.9 release, it uses the Kafka 2.2.0 client.
- Modern Kafka clients are backwards compatible with broker versions
0.10.0 or later.
- However for Kafka 0.11.x and 0.10.x versions, we recommend using
dedicated
- flink-connector-kafka-0.11{{ site.scala_version_suffix }} and
flink-connector-kafka-0.10{{ site.scala_version_suffix }} respectively.
+ 这个通用的 Kafka 连接器企图与最新版本的 Kafka client 保持同步,连接器使用的 Kafka client 版本可能会在
Flink 版本之间发生变化。从 Flink 1.9 版本开始,它使用 Kafka 2.2.0 client 。当前 Kafka 客户端向后兼容 0.10.0
或更高版本的 Kafka broker 。
Review comment:
```suggestion
这个通用的 Kafka 连接器尽力与 Kafka client 的最新版本保持同步。该连接器使用的 Kafka client
版本可能会在 Flink 版本之间发生变化。从 Flink 1.9 版本开始,它使用 Kafka 2.2.0 client 。当前 Kafka 客户端向后兼容
0.10.0 或更高版本的 Kafka broker 。
```
----------------------------------------------------------------
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