Class SessionObserver

    • Method Detail

      • observeFlinkCluster

        public void observeFlinkCluster​(FlinkDeployment deployment,
                                        io.javaoperatorsdk.operator.api.reconciler.Context context,
                                        org.apache.flink.configuration.Configuration deployedConfig)
        Description copied from class: AbstractDeploymentObserver
        Observe the flinkApp status when the cluster is ready. It will be implemented by child class to reflect the changed status on the flinkApp resource.
        Specified by:
        observeFlinkCluster in class AbstractDeploymentObserver
        Parameters:
        deployment - the target flinkDeployment resource
        context - the context with which the operation is executed
        deployedConfig - config that is deployed on the Flink cluster