Skip to content

The managed Apache Flink service on the LakeSail platform is deprecated.

LakeSail is building Sail, an open-source computation framework in Rust to seamlessly integrate stream-processing, batch-processing, and compute-intensive (AI) workloads. The LakeSail platform will offer the managed solution for Sail. Existing PySpark and Flink SQL workloads can be migrated with ease. Please stay tuned and contact us if you are interested!

FlinkSavepoint

A Flink savepoint.

Syntax

json
{
  "location": "string",
  "triggerType": "MANUAL | PERIODIC | UNKNOWN | UPGRADE",
  "triggerNonce": "string",
  "triggeredAt": "YYYY-MM-DDTHH:mm:ss.sssZ"
}

Type Definition

  • Type object
  • Properties
    • location optional

      The location of a completed savepoint.

      • Type string
    • triggerType required

      The trigger type of the savepoint.

    • triggerNonce optional

      An opaque value that identifies a manually triggered savepoint.

      • Type string
    • triggeredAt optional

      The time when the savepoint was triggered.

      • Type string
      • Format date-time