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

  1. Create the topic and (if needed) SASL credentials on your cluster.
  2. Under Settings → Egress, add a kafka destination and enter the fields.
  3. Optionally filter to specific device + tag pairs.
  4. Test, then enable.

Make sure brokers are reachable from Synacl and TLS/SASL settings match your cluster.