Streaming · Example Payload

Streaming Stream Platform Example

StreamingLogOpen SourceApache Software Foundation

Streaming Stream Platform Example is an example object payload from Streaming, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamevendorcategorydeployment_modellicenseprotocolsclient_languagesdelivery_guaranteesorderingschema_registrytiered_storagegeo_replicationkubernetes_nativeurlstags

Example Payload

streaming-stream-platform-example.json Raw ↑
{
  "id": "apache-kafka",
  "name": "Apache Kafka",
  "vendor": "Apache Software Foundation",
  "category": "log-structured-broker",
  "deployment_model": "self-hosted",
  "license": "Apache-2.0",
  "protocols": ["kafka-wire", "http"],
  "client_languages": ["Java", "Scala", "Python", "Go", "C", "C++", "Rust", ".NET", "Node.js"],
  "delivery_guarantees": ["at-most-once", "at-least-once", "exactly-once"],
  "ordering": "per-partition",
  "schema_registry": true,
  "tiered_storage": true,
  "geo_replication": true,
  "kubernetes_native": true,
  "urls": {
    "home": "https://kafka.apache.org",
    "docs": "https://kafka.apache.org/documentation/",
    "github": "https://github.com/apache/kafka"
  },
  "tags": ["Streaming", "Log", "Open Source", "Apache Software Foundation"]
}