参考: 官网协议介绍:http://kafka.apache.org/protocol.html#The_Messages_Fetch kafka协议兼容性 http://www.cnblogs.com/huxi2b/p/6784795.html 最近在使用flink的时候,在flink的官网对flink-connect-kafka有这样的一个版本对照: Maven Dependency Supported since Consumer and Producer Class name Kafk…
我打算以 flink 官方的 例子 <<Monitoring the Wikipedia Edit Stream>> 作为示例,进行 flink 流计算任务 的源码解析说明. 其中任务的源码如下,其中中文注释 来自 http://flink-china.org/ 后续我会对这个拓扑任务代码进行逐行的深入分析,以达到深入了解flink代码运行机制的目的. public class WikipediaAnalysis { public static void main(String[]…
跟朋友聊天,说输出的时间不对,之前测试没关注到这个,然后就在processing模式下看了下,发现时间确实不正确 然后就debug,看问题在哪,最终分析出了原因,记录如下: 最下面给出了复现方案及原因分析 let me show how to generate the wrong result background: processing time in tumbling window flink:1.5.0 the invoke stack is as follows: [1] org.…