shuai-xu commented on a change in pull request #11129: 
[FLINK-16127][docs]Translate "Fault Tolerance Guarantees" page of connectors 
into Chinese
URL: https://github.com/apache/flink/pull/11129#discussion_r398423653
 
 

 ##########
 File path: docs/dev/connectors/guarantees.zh.md
 ##########
 @@ -43,50 +40,48 @@ Please read the documentation of each connector to 
understand the details of the
    <tbody>
         <tr>
             <td>Apache Kafka</td>
-            <td>exactly once</td>
-            <td>Use the appropriate Kafka connector for your version</td>
+            <td>精确一次</td>
+            <td>根据你的版本用恰当的 Kafka 连接器</td>
         </tr>
         <tr>
             <td>AWS Kinesis Streams</td>
-            <td>exactly once</td>
+            <td>精确一次</td>
             <td></td>
         </tr>
         <tr>
             <td>RabbitMQ</td>
-            <td>at most once (v 0.10) / exactly once (v 1.0) </td>
+            <td>至多一次 (v 0.10) / 精确一次 (v 1.0) </td>
             <td></td>
         </tr>
         <tr>
             <td>Twitter Streaming API</td>
-            <td>at most once</td>
+            <td>至多一次</td>
             <td></td>
         </tr>
         <tr>
             <td>Google PubSub</td>
-            <td>at least once</td>
+            <td>至少一次</td>
             <td></td>
         </tr>
         <tr>
             <td>Collections</td>
-            <td>exactly once</td>
+            <td>精确一次</td>
             <td></td>
         </tr>
         <tr>
             <td>Files</td>
-            <td>exactly once</td>
+            <td>精确一次</td>
             <td></td>
         </tr>
         <tr>
             <td>Sockets</td>
-            <td>at most once</td>
+            <td>至多一次</td>
             <td></td>
         </tr>
   </tbody>
 </table>
 
-To guarantee end-to-end exactly-once record delivery (in addition to 
exactly-once state semantics), the data sink needs
-to take part in the checkpointing mechanism. The following table lists the 
delivery guarantees (assuming exactly-once
-state updates) of Flink coupled with bundled sinks:
+在精确一次状态语义的基础上,为了保证端对端精确一次的语义,sink 需要参与 checkpointing 机制。下表列举了 Flink 与其自带 sink 
的交付保证(假设精确一次状态更新)。
 
 Review comment:
   I think "为了保证端到端精确一次的数据交付(在精确一次的状态语义上更进一步),sink需要参与快照机制。" is better.

----------------------------------------------------------------
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

Reply via email to