gRPC Network Operations Interface (gNOI) defines a set of gRPC-based microservices for executing operational commands on network devices.
160
stars
70
forks
source link
healthz.proto response should be streaming type #64
Closed
amanand closed 2 years ago
In order to export core files or large outputs like "show tech-support" as part of the RPC response, shouldn't the rpc be server streaming type? https://github.com/openconfig/gnoi/blob/7dd3a95a4f1ee589048ac8ebe6ac84c154c152df/healthz/healthz.proto#L43