components-contrib icon indicating copy to clipboard operation
components-contrib copied to clipboard

mqtt component appends "-producer" making it incompatible with remote publisher

Open mandarj123 opened this issue 3 years ago • 0 comments

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.

mandarj123 avatar Sep 22 '22 09:09 mandarj123