IP属地:云南
目录 一、一致性定义 Flink通过插入barrier将流分为逻辑上的批,用来保存状态。因此一个checkpointid可以理解为一批数据的状态...
For each checkpoint we create new FlinkKafkaProducer so that new transac...
State Backend Support local state Local state backends maintain all stat...
StreamScope和flamestream实现了确定性流处理。 1.实现思想 这两篇论文中都指出需要实现确定性的处理,需要保证 确定的执行逻...
1. 核心思想 通过把状态变成流的一部分,引入循环图,使得上一个item的状态可以作为下一个item的输入,使得有状态算子变成无状态算子。 be...