Kafka Output
Sends per-frame detection results as JSON messages to a Kafka topic. See Kafka Message Format for the payload schema.
- type: "kafka"
broker: "kafka-host:9092"
topic: "detections"
Fields
| Field | Type | Default | Description |
|---|---|---|---|
broker | string | — | Kafka broker address (host:port or just host, default port 9092) |
topic | string | — | Kafka topic name |
proto_lib | string | DeepStream default | Kafka protocol adapter library path |
note
The Kafka sink is not affected by multi-stream modes. Each message includes a source_id field identifying which stream the frame came from.