You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per Kamakura planning meeting (Nov 21) - an ADR is needed to address the fact that there is no way to model a remote procedure call way of calling in a device service.
Original need stems from support objet type in both Set/Get command issue #3754 on edgex-go.
How to support devices/sensors that have a functional protocol API.
Example: ONVIF – camera has a SOAP based web service; function call that takes multiple parameters
Tricky when input is a complex object (again ONVIF)
REST vs SOAP or GRPC calls
Modeling we have is not up to the task to support these more complex function calls
Kong does support GRPC style of protocol
RFID/LLRP DS need is similar
Impact: Command and device services
Discuss in architecture group about how to start and where this work originates
The text was updated successfully, but these errors were encountered:
Per Kamakura planning meeting (Nov 21) - an ADR is needed to address the fact that there is no way to model a remote procedure call way of calling in a device service.
Original need stems from support objet type in both Set/Get command issue #3754 on edgex-go.
How to support devices/sensors that have a functional protocol API.
Impact: Command and device services
Discuss in architecture group about how to start and where this work originates
The text was updated successfully, but these errors were encountered: