Flink入門(十二)自定義eventTime

kafka消息是自帶timestamp的,但有的時候須要自定義eventTime,直接上代碼web final StreamExecutionEnvironment env = StreamExecutionEnvironment.createLocalEnvironment(); env.setParallelism(2); //這裏我採用eventTime
相關文章
相關標籤/搜索