You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Daren Wong (Jira)" <ji...@apache.org> on 2023/04/19 15:01:00 UTC

[jira] [Created] (FLINK-31857) Support pluginable observers mechanism

Daren Wong created FLINK-31857:
----------------------------------

             Summary: Support pluginable observers mechanism
                 Key: FLINK-31857
                 URL: https://issues.apache.org/jira/browse/FLINK-31857
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
    Affects Versions: kubernetes-operator-1.5.0
            Reporter: Daren Wong
             Fix For: kubernetes-operator-1.5.0


Currently, Kubernetes Operator uses AbstractFlinkResourceObserver to observe Flink Job state, cluster state, JM/TM state, etc and update Custom Resource: FlinkDeployment, FlinkSessionJob with the gathered info.

This Jira is to introduce a Flink plugin to allow user to implement custom observer logic after the default observer logic is run.



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