Apache Flink · Example Payload

Flink Rest Execution Config Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

Flink Rest Execution Config Info Example is an example object payload from Apache Flink, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

job-parallelismobject-reuse-moderestart-strategyuser-config

Example Payload

Raw ↑
{
  "job-parallelism": 1,
  "object-reuse-mode": true,
  "restart-strategy": "example-value",
  "user-config": {}
}