From d879d41d2433f6f6341207143de056957f22f169 Mon Sep 17 00:00:00 2001 From: Ebben Aries Date: Thu, 21 Oct 2021 19:53:51 -0600 Subject: [PATCH] Marking of 'suppress_redundant' and 'heartbeat_interval' for deprecation --- proto/gnmi/gnmi.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/gnmi/gnmi.proto b/proto/gnmi/gnmi.proto index 4742bfbc..28c695d4 100644 --- a/proto/gnmi/gnmi.proto +++ b/proto/gnmi/gnmi.proto @@ -292,11 +292,11 @@ message Subscription { uint64 sample_interval = 3; // ns between samples in SAMPLE mode. // Indicates whether values that have not changed should be sent in a SAMPLE // subscription. - bool suppress_redundant = 4; + bool suppress_redundant = 4 [deprecated=true]; // Specifies the maximum allowable silent period in nanoseconds when // suppress_redundant is in use. The target should send a value at least once // in the period specified. - uint64 heartbeat_interval = 5; + uint64 heartbeat_interval = 5 [deprecated=true]; } // SubscriptionMode is the mode of the subscription, specifying how the