Abhinava Sadasivarao
Abhinava Sadasivarao
Few questions on the authentication scheme as specified [here](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-authentication.md) The spec mentions that username/password per-RPC can be carried within the RPC metadata. If the client (for example) uses C++ GRPC...
Hi, The GNMI spec is clear and explicitly calls out instances when the GRPC session (channel) needs to be closed. For example: - Target to close the session after transmission...
Based on the gNMI specification section [3.5.2.4 SubscribeResponse Behavior Table](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#3524-subscriberesponse-behavior-table), there are these following scenarios: ID | Subscription Scenario | ONCE/POLL | STREAM -- | -- | -- | --...