一FlinkTime类型 有3类时间,分别是数据本身的产生时间.进入Flink系统的时间和被处理的时间,在Flink系统中的数据可以有三种时间属性: Event Time 是每条数据在其生产设备上发生的时间.这段时间通常嵌入在记录数据中,然后进入Flink,可以从记录中提取事件的时间戳:Event Time即使在数据发生乱序,延迟或者从备份或持久性日志中重新获取数据的情况下,也能提供正确的结果.这个时间是最有价值的,和挂在任何电脑/操作系统的时钟时间无关. Processing Time 是指执…
上面试了Processing Time,在这里准备看下Event Time,以及必须需要关注的,在ET场景下的Watermarks. EventTime & Watermark Event time programs must specify how to generate Event Time Watermarks, which is the mechanism that signals progress in event time. 以event time为准的程序,必须要指定waterma…
第一章.flink实时数仓入门 一.依赖 <!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed with this work for additional informationregarding copyright ownership. The ASF licenses this fi…