Hello all ,
I am struggling in configuring mqtt consumer process . i am able to get stream data in command prompt by using mosquitto_sub -t "*******" -d -h ******* -p 8883 --psk ****** --psk-identity ****** --insecure --tls-version tlsv1 .....
these parameters are optional --insecure --tls-version tlsv1 , without them mosquitto_sub is working fine.
Now i am using nifi to subcribe mqtt broker but strugglinng in it. please note here psk and psk-identity is compulsory without these we cannot connect to broker.
i am assuming psk and psk-identity as username and password but i tried without them also but got error
Please guide me if some one can
Thanks

