RocMarshal commented on a change in pull request #11979:
URL: https://github.com/apache/flink/pull/11979#discussion_r419201078



##########
File path: docs/training/event_driven.zh.md
##########
@@ -29,19 +29,18 @@ under the License.
 
 ## Process Functions
 
-### Introduction
+### 介绍
 
-A `ProcessFunction` combines event processing with timers and state, making it 
a powerful building
-block for stream processing applications. This is the basis for creating 
event-driven applications
-with Flink. It is very similar to a `RichFlatMapFunction`, but with the 
addition of timers.
+`ProcessFunction` 将事件处理与 Timer 和 State 结合在一起,使其成为流处理应用的强大构建模块。
+这是使用 Flink 创建事件驱动的应用程序的基础。它和 `RichFlatMapFunction` 十分相似, 但是增加了 Timer。
 
-### Example
+### 实例

Review comment:
       Yes, in order to be consistent, your suggestion is feasible. I have made 
changes. Thank you very much for your attention.




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