-
|
Is there a way to publish a message via NATS, so that it gets delivered to MQTT clients with QOS 1 or 2? From the documentation, we didn't find a way of controlling the MQTT QOS when publishing over NATS, only when publishing via MQTT. Currently, to achieve QOS 1, we publish to Is there a sleaker alternative? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@dakhnod Currently no. If we wanted to support QoS1/2 from NATS publishers, then the server would have to look for some headers in every incoming NATS message. I believe that would cause a performance impact to all users, which is not ideal. |
Beta Was this translation helpful? Give feedback.
@dakhnod Currently no. If we wanted to support QoS1/2 from NATS publishers, then the server would have to look for some headers in every incoming NATS message. I believe that would cause a performance impact to all users, which is not ideal.