reference
reference copied to clipboard
Clarify suppress redundant in aggregated mode
Can you add some clarification how suppress_redundant shall work in conjunction with aggregation (e.g. allow_aggregation)? Section 3.5.1.5.2 describes the principles of the suppression, but is this valid only when updates are sent for a single leaf?
Assume a subscription to container node /a/b[name=b1]/c (example in section 2.3.1) with leafs d and e, what is the correct behavior for suppress_redundant?
- Leafs
dandeare suppressed ---> containercis also suppressed? No data sent? - Leaf
dsuppressed ---> An update sent with path elements for containerc, butjson_valcontains only leafe?