components-contrib
components-contrib copied to clipboard
mqtt component appends "-producer" making it incompatible with remote publisher
I am exploring usage of Dapr with remote MQTT publisher (which we have no control on). We are shared certificates and clientId which we must use to subscribe.
However If i mention consumerID in dapr component specs as "abcd291" , then dapr internally appends "-producer" to it and request is sent to mqtt server for authentication, which fails.
I think this behaviour must be removed for making Dapr MQTT compatible with remote publisher who will not always be aligned with Dapr.