Device control plane event configuration #267
Replies: 3 comments 2 replies
-
|
The system event will be sent to Redis pub/sub by default. Have you configured core-metadata to use MQTT message bus? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @pranavkumaradarji-eaton, Could you try checking what error might be posted by the logs by referring the doc EdgeX Foundry Container Logs I also faced a similar issue, to send the EdgeX data to a public MQTT broker hosted by HiveMQ. You can then watch By using the logs generated from the core services I think I ran into BROKER_ADDRESS being not identified. Still not fixed my issue, but you can follow the below documentation for more info of your error. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
does your codebase contain this PR? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Our project’s codebase is using EdgeX version 2.3. We are currently testing control plane events for device CRUD operations. We attempted to add a new device and listened on the MQTT topic ‘edgex/system-events/#,’ but we didn’t observe any events being generated.
Question: Is there any configuration tweak required to enable device control plane event functionality?
Beta Was this translation helpful? Give feedback.
All reactions