* 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>