XBaith commented on a change in pull request #13003:
URL: https://github.com/apache/flink/pull/13003#discussion_r461451978
##########
File path: docs/dev/connectors/jdbc.zh.md
##########
@@ -38,10 +38,10 @@ To use it, add the following dependency to your project
(along with your JDBC-dr
</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/project-configuration.html).
+注意连接器目前还 __不是__ 二进制发行版的一部分,如何在集群中运行请参考 [这里] ({{
site.baseurl}}/dev/project-configuration.html)。
-Created JDBC sink provides at-least-once guarantee.
-Effectively exactly-once can be achived using upsert statements or idempotent
updates.
+已创建的JDBC Sink能够保证至少一次的语义。
+更有效的精确执行一次可以通过upsert语句或幂等更新实现。
Example usage:
Review comment:
这个也可以翻译一下
##########
File path: docs/dev/connectors/jdbc.zh.md
##########
@@ -38,10 +38,10 @@ To use it, add the following dependency to your project
(along with your JDBC-dr
</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/project-configuration.html).
+注意连接器目前还 __不是__ 二进制发行版的一部分,如何在集群中运行请参考 [这里] ({{
site.baseurl}}/dev/project-configuration.html)。
Review comment:
```suggestion
注意连接器目前还 __不是__ 二进制发行版的一部分,如何在集群中运行请参考 [这里] ({{
site.baseurl}}/zh/dev/project-configuration.html)。
```
----------------------------------------------------------------
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]