52ky 发表于 2023-3-9 09:37:18

Flink大数据内核源码分析实践

本套教程讲解了Flink核心模块的源码层面,从任务提交流程、通信流程、任务调度、内存模型四个方面入手。逐行剖析源码,在手术刀层面剖析Flink核心架构! Flink以数据并行和流水线的方式执行任意流式数据程序,Flink的流水线运行时系统可以执行批处理和流处理程序。

(This set of tutorials explains the source code level of Flink's core modules, starting from four aspects: task submission process, communication process, task scheduling, and memory model. Analyze the source code line by line, and analyze the Flink core architecture at the scalpel level! Flink executes arbitrary streaming data programs in a data-parallel and pipelined manner, and Flink's pipeline runtime system can execute batch and stream processing programs.)







页: [1]
查看完整版本: Flink大数据内核源码分析实践