MQTT reference connector¶
The first concrete connector instantiating the framework’s contracts. This
cluster :satisfies: Connector framework (FEAT_0030).
The first concrete connector instantiating the framework’s contracts:
|
The connector crate shall expose |
The |
The connector shall support MQTT QoS levels |
When |
The connector shall accept inbound subscriptions whose topic includes
the MQTT wildcards |
The connector shall accept username and password credentials in
|
The connector shall provide TLS support via |
The connector shall target MQTT protocol version 3.1.1. MQTT 5.0 features (user properties, shared subscriptions, response topic) are deferred to a follow-on spec. |
The MQTT gateway shall host |
The outbound (taktora-executor → tokio) and inbound (tokio →
taktora-executor) bridges shall be bounded channels with configurable
capacity in |
When the outbound bridge channel is full, |
When the inbound bridge channel is full, the gateway shall
(1) increment the per-channel inbound-drop counter exposed via
|