Device service for larger files #38
-
Hi all ,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Please check the log on the message bus (Redis or MQTT broker) when you get the error "failed to publish event to message bus" |
Beta Was this translation helpful? Give feedback.
-
@divyashree123456 , I recommend you try using MQTT for the EdgeX MessageBus. To do this you will need to generate a new compose file with the services configured to use MQTT rather than Redis Pub/Sub. Use the Compose Builder tool here to accomplish this with the command See the README here for more details on this tool: |
Beta Was this translation helpful? Give feedback.
@divyashree123456 , I recommend you try using MQTT for the EdgeX MessageBus. To do this you will need to generate a new compose file with the services configured to use MQTT rather than Redis Pub/Sub.
Use the Compose Builder tool here to accomplish this with the command
make gen no-secty ds-virtual mqtt-bus
https://github.com/edgexfoundry/edgex-compose/tree/jakarta/compose-builder
Note this link is to the jakarta branch
See the README here for more details on this tool:
https://github.com/edgexfoundry/edgex-compose/blob/jakarta/compose-builder/README.md
and here for docs section:
https://docs.edgexfoundry.org/2.1/getting-started/Ch-GettingStartedUsers/#generate-a-custom-docker-compose-file