udmi icon indicating copy to clipboard operation
udmi copied to clipboard

Support for partial updates in validator

Open noursaidi opened this issue 3 years ago • 1 comments

Creating an issue so I can track it for other projects - but support for partial updates is needed in the validator. From previous emails:

  • If partial_update is true then the message may be ignored by the backend system, if it's ok to wait for the periodic-full update. (I.e., one can not rely on a partial_update doing anything.)
  • If partial_update is false (default) [or not defined?], then if the message does not contain all the requisite points it will be considered a validation error (and possibly rejected).

noursaidi avatar Oct 05 '21 10:10 noursaidi

https://github.com/faucetsdn/udmi/pull/192 has just the base schema updates. More work eventually necessary to make the validator itself behave properly.

grafnu avatar Oct 05 '21 14:10 grafnu