You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:52:09 UTC

[GitHub] [flink] weizheng92 commented on a change in pull request #13003: [FLINK-18737][docs]translate jdbc connector

weizheng92 commented on a change in pull request #13003:
URL: https://github.com/apache/flink/pull/13003#discussion_r461458089



##########
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:
       感谢回复,我会及时修改




----------------------------------------------------------------
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:
users@infra.apache.org