Mainflux.mainflux/pkg/messaging/mqtt
Dušan Borovčanin 1810cec82b
NOISSUE - Fix MQTT Forwarder client id (#1309)
* Fix MQTT Forwarder client ID

Don't set client ID for MQTT client in MQTT forwarder. It results in
error in case of multiple instances of the MQTT adapter because they all
share MQTT client ID, which makes broker disconnect all the other
adapters.

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

* Inline broker address option

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

* Add MQTT client username

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2020-12-17 17:17:33 +01:00
..
publisher.go MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00
pubsub.go NOISSUE - Fix MQTT Forwarder client id (#1309) 2020-12-17 17:17:33 +01:00
subscriber.go MF-1190 - Add pkg for library packages (#1191) 2020-06-03 15:16:19 +02:00