Apache Flink · Example Payload

Flink Rest Subtask Back Pressure Info Example

ApacheBatch ProcessingBig DataOpen SourceReal-Time AnalyticsStateful ComputingStream Processing

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

Top-level fields

attempt-numberbackpressureLevelbusyRatioidleRatioother-concurrent-attemptsratiosubtask

Example Payload

Raw ↑
{
  "attempt-number": 1,
  "backpressureLevel": "example-value",
  "busyRatio": 1.0,
  "idleRatio": 1.0,
  "other-concurrent-attempts": [
    "example-value"
  ],
  "ratio": 1.0,
  "subtask": 1
}