XComp commented on code in PR #25261: URL: https://github.com/apache/flink/pull/25261#discussion_r1778694960
########## README.md: ########## @@ -41,7 +41,7 @@ val text = env.socketTextStream(host, port, '\n') val windowCounts = text.flatMap { w => w.split("\\s") } .map { w => WordWithCount(w, 1) } .keyBy("word") - .window(TumblingProcessingTimeWindow.of(Time.seconds(5))) Review Comment: I will leave that to [FLINK-36352](https://issues.apache.org/jira/browse/FLINK-36352) -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org