edgexfoundry / edgex-compose

EdgeX Foundry Docker Compose release compose files and tools for building EdgeX compose files
Apache License 2.0
81 stars 115 forks source link

mosquitto_sub -h broker.mqttdashboard.com -p 1883 -t EdgeXEvents shows time out for edgex-app-mqtt container service #429

Closed chiranjivSharma closed 4 months ago

chiranjivSharma commented 5 months ago

app-service-mqtt: container_name: edgex-app-mqtt depends_on:

Used it inside docker compose file and started edgex-app-mqtt container.But con -h broker.mqttdashboard.com -p 1883 shows timeout.Tried mosquito as well- mosquitto_sub -h broker.mqttdashboard.com -p 1883 -t EdgeXEvents. But that also timeouts.

lenny-goodell commented 5 months ago

Have you looked at the docker logs for app-service-mqtt ?

lenny-goodell commented 4 months ago

Closing due to no response