Cumulocity-IoT / cumulocity-dynamic-mapper

The ultimate Mapper for building the bridge between any Message Broker and Cumulocity IoT in a zero-code approach!
Apache License 2.0
10 stars 9 forks source link

MQTT Client ID is changing each microservice restart MQTT Service #276

Open switschel opened 5 days ago

switschel commented 5 days ago

There is an issue for MQTT Service. Even we have a valid connector with a saved clientID, each time when the microservice is restartet/redeployed a new MQTT client ID is used to connect to MQTT Service.

Suggestion: Change it to use "CUMULOCITY_MQTT_SERVICE"+{connectorIdent} so we make sure that it is always the same for the created connector

switschel commented 5 days ago

Fixed in develop branch