摘要:
Flink 自身提供了不同级别的抽象来支持我们开发流式或者批量处理程序,下图描述了 Flink 支持的 4 种不同级别的抽象。 Please note that the Table API and SQL are not yet feature complete and are being acti 阅读全文
摘要:
实现SourceFunction接口 package com.kong.flink; import org.apache.flink.streaming.api.functions.source.SourceFunction; import java.util.Arrays; import 阅读全文