Help with HiveMQ cloud export MQTT using docker compose file #283
Replies: 5 comments 12 replies
-
you need to setup the know secret for your app service also, set up the proper volume mapping for the folder to store the secret store token |
Beta Was this translation helpful? Give feedback.
-
please provide the error log and the steps you set up your environment |
Beta Was this translation helpful? Give feedback.
-
consul is not starting due to that, getting some unexpected errors, after resolving the consul issues. Able to get the export data |
Beta Was this translation helpful? Give feedback.
-
The new HiveMQ testing broker address is |
Beta Was this translation helpful? Give feedback.
-
Hey @Devendra-7 I'm going through a similar issue, but currently my Consul is up and running. I wonder where you've added this "Configuration file for mqtt-export" since I've only seen editions to docker-compose in the tutorial. |
Beta Was this translation helpful? Give feedback.
-
Hello All,
Method 1: mqtt-export using the docker
I have followed the getting started Edgex with docker(https://docs.edgexfoundry.org/3.1/getting-started/quick-start/) for starting the edgex services to export the data to the HiveMQ broker by using mqtt-export method.

Edgex services are started without security, but still getting the error related to the secret file creation.
Method 2: mqtt-export wihout docker(in Developer mode)
Downloaded the Edgex services, services are built and started without security, services are starting fine without any issue but still not getting any data from the mqtt-export method.
Referred the link below:
https://docs.edgexfoundry.org/3.1/getting-started/native/Ch-BuildRunOnLinuxDistro/
Didn't see any prints related to function pipe line is executing like.
Configuration file for mqtt-export:
I have configured the pipeline execution order: ExecutionOrder: "FilterByDeviceName, Transform, MQTTExport". Just want to confirm once app service and device-virtual are started function pipeline will be triggered or we need to generate the trigger manual by generating the Random integer number with help POST commands ?
Is my configuration need to be changed ?
Thanks in Advance...!
Beta Was this translation helpful? Give feedback.
All reactions