Apache Samza · Example Payload

Apache Samza Checkpoint Example

Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

Apache Samza Checkpoint Example is an example object payload from Apache Samza, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taskNamesystemStreamPartitionoffset

Example Payload

Raw ↑
{
  "taskName": "example-name",
  "systemStreamPartition": "example",
  "offset": "example"
}