streaming - understand and analyse the flink code, specially the scheduling part -
i working on improvement of resource , tasks scheduling of apache flink, please share tutorial or document on internal architecture of apache flink. share proper method of debuging flink code.
your , experience of analyzing flink code appreciated.
for how job scheduling works in flink, start looking @ https://ci.apache.org/projects/flink/flink-docs-release-1.2/internals/job_scheduling.html. generally, last part of current flink documentation contains information internals of apache flink.
Comments
Post a Comment