Apache Samza · Example Payload

Apache Samza Partition Example

Big DataHadoopKafkaStream ProcessingStreamingApacheOpen Source

Apache Samza Partition 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

systemNamestreampartitionId

Example Payload

Raw ↑
{
  "systemName": "example-name",
  "stream": "example",
  "partitionId": 1234
}