英文: What are the API calls made to create snapshot while using RocksDB as the state backend in Flink...
处理Flink广播流中的大数据
英文: Process large data in flink broadcast stream 问题 我正在使用一个 Flink 流处理的 Java 应用程序,输入源是 Kafka。我的应用程序中总...
如何以编程方式将文本写入 Flink 套接字?
英文: How to programmatically write text to Flink socket? 问题 以下是翻译好的部分: 我的目标是将字符串“SUCCESS”发送到套接字,并使Apa...
MapFunction的实现在Flink中不可序列化。
英文: The implementation of the MapFunction is not serializable Flink 问题 Main Class: public class CEP ...
Flink:将流与静态列表进行左连接
英文: Flink: Left joining a stream with a static list 问题 我想将Attempts的流式数据加入到一个静态的被封锁邮箱列表中,并且按照IP对结果进行分...
Word Count Number is always changing, when using Flink
英文: Word Count Number is always changing, when using Flink 问题 以下是翻译好的内容: 我正在尝试使用 Flink 创建一个单词计数示例。这是...
Flink聚合状态很大,如何修复?
英文: flink aggregate state is huge, how to fix 问题 我试图使用不同窗口大小(窗口大小在流数据中)来计算流数据中的数据,所以我使用了自定义的WindowAs...
Two phase commit protocol with two sinks.
英文: Two phase commit protocol with two sinks 问题 我对了解Flink中在有多个数据汇时如何使用两阶段提交协议感兴趣。我对以下两种情况感兴趣: 当两个数据汇...
4