Data Pipeline Integration
Data pipeline routes move messages between your Coreflux broker and the systems that surround it — other MQTT brokers, email inboxes, and event streaming platforms. Configure the connection once in LoT, and the broker keeps the data flowing automatically.Pipeline Route Types
MQTT Bridge
Broker-to-broker communication for edge-to-cloud sync and multi-site connectivity.
Send templated notifications and alerts triggered by MQTT messages.
Kafka
Stream data both ways between MQTT topics and Apache Kafka clusters.
Choosing a Route
| Route | Connects to | Best for | Direction |
|---|---|---|---|
| MQTT Bridge | Another MQTT broker | Edge-to-cloud sync, multi-site links, backup brokers | Out, in, or both |
| An SMTP server | Human-facing alerts and reports | Out only | |
| Kafka | An Apache Kafka cluster | High-throughput data pipelines, analytics, event replay | Out and in |
Need to store messages in a database instead? See Data Storage Routes. Need to call an HTTP API? See REST API Routes.
Next Steps
MQTT Bridge
Sync topics between two MQTT brokers.
Kafka
Bridge MQTT and Apache Kafka in both directions.

