Skip to content

Commit 3c8fb0e

Browse files
authored
Merge pull request #784 from thayoon/fix/duplicate-mqtt-client-id
fix(mqtt): update default MQTTBrokerInfo ClientID
2 parents cb0f97b + 352fa3c commit 3c8fb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/res/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MQTTBrokerInfo:
3131
Port: 1883
3232
Qos: 0
3333
KeepAlive: 3600
34-
ClientId: "device-mqtt"
34+
ClientId: "edgex-mqtt-client"
3535

3636
CredentialsRetryTime: 120 # Seconds
3737
CredentialsRetryWait: 1 # Seconds

0 commit comments

Comments
 (0)