Cloud Connectors
AWS IoT Core
- Uses MQTT over TLS.
- Auto-provisioning of Thing Certificates supported.
- Topic:
aws/things/{client_id}/shadow/update
Azure IoT Hub
- Device Provisioning Service (DPS) support.
- Direct method handling.
Message Brokers
Apache Kafka
- High-throughput producer.
- Supports SASL/SCRAM authentication.
- Partitioning: By Device ID (ensures order).
RabbitMQ
- AMQP protocol support.
- Configurable Exchanges and Routing Keys.