Class ApplicationObserver

    • Method Detail

      • observeFlinkCluster

        protected void observeFlinkCluster​(FlinkDeployment flinkApp,
                                           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:
        flinkApp - the target flinkDeployment resource
        context - the context with which the operation is executed
        deployedConfig - config that is deployed on the Flink cluster