Egress: Kafka
Stream readings to a Kafka topic for your own pipelines.
Config fields:
| Field | Meaning |
|---|---|
kafka_brokers |
Broker list (host:port) |
kafka_topic |
Target topic |
kafka_client_id |
Client identifier |
kafka_sasl_user / kafka_sasl_password |
SASL credentials (if used) |
kafka_ssl |
Enable TLS |
Steps
- Create the topic and (if needed) SASL credentials on your cluster.
- Under Settings → Egress, add a kafka destination and enter the fields.
- Optionally filter to specific device + tag pairs.
- Test, then enable.
Make sure brokers are reachable from Synacl and TLS/SASL settings match your cluster.