-
Notifications
You must be signed in to change notification settings - Fork 210
3.5.2.3: Telemetry SAMPLE update and delete notification #217
Description
In gNMI spec section 3.5.2.3,
"
Explicit deletion is required to signify the removal of a leaf that is no longer present on a target device in ON-CHANGE subscription mode, and optional in SAMPLE subscription mode.
"
Consider there are 5 paths in the SAMPLE subscribe request and one of the path later becomes unavailable.
What is not clear for SAMPLE subscription is that, if the subscribed path is no longer available, then delete field should be appended in only one following sample response or for all subsequent sample responses [remember there are 4 more paths that are available]?
I prefer the former, we send delete field (only once) in the next sample notification and not send any further updates for this path. Please let us know your thoughts on this.