You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/10/12 12:09:00 UTC

[jira] [Created] (FLINK-29607) Simplify controller flow by introducing FlinkControllerContext

Gyula Fora created FLINK-29607:
----------------------------------

             Summary: Simplify controller flow by introducing FlinkControllerContext
                 Key: FLINK-29607
                 URL: https://issues.apache.org/jira/browse/FLINK-29607
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Gyula Fora
            Assignee: Gyula Fora


Currently contextual information such as observer/reconciler implementations, flink service, status recorder, generated configs are created/passed around in many pieces leading to a lot of overall code duplication in the system.

We should introduce context object that capture these bits that could be reused across the controller flow to simplify the logic.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)