eclipse / amlen

Message Broker for IoT/Mobile/Web. Mainly uses MQTT v3.x and v5. Aims to be easy to use, scalable and reliable
Eclipse Public License 2.0
46 stars 11 forks source link

[patch] Fix SourceQoS setting in kafka bridge #158

Closed jonquark closed 7 months ago

jonquark commented 7 months ago

There is a setting that allows the maximum qos the imabridge uses when it makes a subscription to be controlled. Currently this setting is broken and the bridge always subscribes with maxqos=2.

This is a 1-character change that makes the sourceqos setting in the bridge work.