huxixiang commented on a change in pull request #16547:
URL: https://github.com/apache/flink/pull/16547#discussion_r680774507



##########
File path: docs/content.zh/docs/connectors/datastream/elasticsearch.md
##########
@@ -98,7 +92,7 @@ DataStream<String> input = ...;
 
 Map<String, String> config = new HashMap<>();
 config.put("cluster.name", "my-cluster-name");
-// This instructs the sink to emit after every element, otherwise they would 
be buffered
+// 这指示 sink 在接收每个元素之后立即提交,否则它们将被缓存

Review comment:
       Accepted, I have modified the previous translation to
   // 下面的设置使 sink 在接收每个元素之后立即提交,否则这些元素将被缓存起来




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to