XBaith commented on a change in pull request #11808:
URL: https://github.com/apache/flink/pull/11808#discussion_r416850714



##########
File path: docs/dev/stream/operators/process_function.zh.md
##########
@@ -325,8 +324,7 @@ ctx.timerService.registerProcessingTimeTimer(coalescedTime)
 </div>
 </div>
 
-Since event-time timers only fire with watermarks coming in, you may also 
schedule and coalesce
-these timers with the next watermark by using the current one:
+由于事件时间计时器仅在 watermark 到来时才触发,因此还可以将下一个watermark到达前的计时器与当前计时器合并:

Review comment:
       ```suggestion
   由于事件时间计时器仅在 watermark 到来时才触发,因此还可以将下一个 watermark 到达前的计时器与当前计时器合并:
   ```




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


Reply via email to