Apache Samza · Schema

TaskList

List of Samza tasks

Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

Properties

Name Type Description
tasks array
View JSON Schema on GitHub

JSON Schema

apache-samza-task-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-samza/refs/heads/main/json-schema/apache-samza-task-list-schema.json",
  "title": "TaskList",
  "description": "List of Samza tasks",
  "type": "object",
  "properties": {
    "tasks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Task"
      }
    }
  }
}