Lei Yang created FLINK-36335: -------------------------------- Summary: Improving Method Reusability in StreamGraphGenerator with JobVertexBuildContext Key: FLINK-36335 URL: https://issues.apache.org/jira/browse/FLINK-36335 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Reporter: Lei Yang
Before introducing the AdaptiveGraphGenerator component, we need to refactor the StreamGraphGenerator by introducing the JobVertexBuildContext to make more methods reusable. The following tasks will be completed in this process: 1. Introduce the JobVertexBuildContext to store context information during the JobVertex build process. 2. Change methods in StreamGraphGenerator that may be reused to public static. -- This message was sent by Atlassian Jira (v8.20.10#820010)