checkpoint Configuration
Parameters
value
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
suspend fun checkpointConfiguration(argument: suspend ApplicationCheckpointConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.