wuchong commented on a change in pull request #9008: [FLINK-12942][docs-zh] Translate Elasticsearch Connector page into Ch… URL: https://github.com/apache/flink/pull/9008#discussion_r300868683
########## File path: docs/dev/connectors/elasticsearch.zh.md ########## @@ -334,22 +306,14 @@ env.enableCheckpointing(5000) // checkpoint every 5000 msecs </div> </div> -<p style="border-radius: 5px; padding: 5px" class="bg-danger"> -<b>NOTE</b>: Users can disable flushing if they wish to do so, by calling -<b>disableFlushOnCheckpoint()</b> on the created <b>ElasticsearchSink</b>. Be aware -that this essentially means the sink will not provide any strong -delivery guarantees anymore, even with checkpoint for the topology enabled. -</p> +<p style =“border-radius:5px; padding:5px”class =“bg-danger”> +<b>注意</b>:如果用户希望在创建的 <b>ElasticsearchSink</b> 上禁用刷新,可以通过调用 <b>disableFlushOnCheckpoint()</b> 。意识到这基本上意味着接收器不会提供任何强大的功能即使启用了 topology 的 checkpoint ,也可以保证交付。</p> Review comment: ```suggestion <b>注意</b>:如果用户希望在创建的 <b>ElasticsearchSink</b> 上禁用 flush,可以通过调用 <b>disableFlushOnCheckpoint()</b> 。注意这基本上意味着即使拓扑的 checkpoint 开启了,sink 也无法提供任何强语义的消息投递保证。</p> ``` ---------------------------------------------------------------- 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
