components-contrib
components-contrib copied to clipboard
Update mqtt.go
remove mandatory "-producer" to clientId
Signed-off-by: mandarj123 [email protected]
Description
While creating subscriber from Dapr for MQTT , the -producer is appended automatically.
This breaks the subscribers since remote mqtt broker cannot accept modified clientId
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #5214
https://github.com/dapr/dapr/issues/5214