Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,11 @@ with one of the following `modes`:
`d` branching from the `b` node - if the value of `c` has changed, but
`d` remains unchanged, an update for `d` MUST NOT be generated, whereas
an update for `c` MUST be generated.
- Note that when the `suppress_redundant` flag is enabled, delete
notifications **must** be transmitted by the server. This is a
consequence of the fact that a client is unable to invalidate outdated
messages, as it is not possible to differentiate between a suppressed
value and an invalid value.
- A `heartbeat_interval` MAY be specified to modify the behavior of
`suppress_redundant` in a sampled subscription. In this case, the
target MUST generate one telemetry update per heartbeat interval,
Expand Down