wuchong commented on a change in pull request #9749: [FLINK-14115][docs-zh] Translate DataStream Code Walkthrough to Chinese URL: https://github.com/apache/flink/pull/9749#discussion_r340055469
########## File path: docs/getting-started/walkthroughs/datastream_api.zh.md ########## @@ -24,43 +24,43 @@ specific language governing permissions and limitations under the License. --> -Apache Flink offers a DataStream API for building robust, stateful streaming applications. -It provides fine-grained control over state and time, which allows for the implementation of advanced event-driven systems. -In this step-by-step guide you'll learn how to build a stateful streaming application with Flink's DataStream API. +Apache Flink 提供了 DataStream API 来实现稳定可靠的、有状态的流处理应用程序。 +Flink 支持对状态和时间的细粒度控制,以此来实现复杂的事件驱动数据处理系统。 +这个入门指导手册讲述了如何通过 Flink DataStream API 来实现一个有状态流处理程序。 -* This will be replaced by the TOC +* 这里使用 TOC 替换 Review comment: 这行不用翻译 ---------------------------------------------------------------- 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
