摘要: Flink 自身提供了不同级别的抽象来支持我们开发流式或者批量处理程序,下图描述了 Flink 支持的 4 种不同级别的抽象。 Please note that the Table API and SQL are not yet feature complete and are being acti 阅读全文
posted @ 2020-05-22 17:44 sw_kong 阅读(1581) 评论(0) 推荐(0) 编辑
摘要: 实现SourceFunction接口 package com.kong.flink; ​ import org.apache.flink.streaming.api.functions.source.SourceFunction; ​ import java.util.Arrays; import 阅读全文
posted @ 2020-05-22 14:19 sw_kong 阅读(1213) 评论(0) 推荐(0) 编辑