chirpstack / chirpstack-mqtt-forwarder

ChirpStack MQTT Forwarder is a forwarder which can be installed on the gateway to forward LoRa data over MQTT.
MIT License
21 stars 12 forks source link

Feature: make LWT Retain flag optional, Azure event grid compatibility #59

Open fenax opened 7 hours ago

fenax commented 7 hours ago

Hello,

We would like to use chirpstack-mqtt-forwarder with Azure Event Grid as our MQTT broker.

Azure Event Grid does not support the retain flag (yet) but chirpstack-mqtt-forwarder uses it on the LWT message.

Would it be possible to make the use of the retain flag configurable ?

If I were to submit a pull request for it, would it be accepted ?

Thanks.