Replies: 2 comments
-
It seems like Core Matadata is waiting for the validation response over the Message Bus, but in this case, there is no device service that can respond: Based on the statement below, I expected that setting
Maybe there is a way to explicitly disable validation. |
Beta Was this translation helpful? Give feedback.
-
This walk-thru is now broken with the new use of message bus to request validation since the walk thru doesn't use an actual device service that is running. |
Beta Was this translation helpful? Give feedback.
-
I'm following the tutorial here to define, register and provision a device in edgex Minnesota.
When provisioning the device, the curl call fails with
HTTP request timeout
.I tried the tutorial with EdgeX 2.3 and it worked like a charm.
I compared the code for v2.3.0 with v3.0.0 and I found that in v3.0.0, in case of failure of Device Validation request, an error is issued instead of a warning, letting the whole function fails.
Could you help me to understand the reason of such failure and eventually how to workaround it?
Beta Was this translation helpful? Give feedback.
All reactions