We are developing java based gRPC client to stream telemetry data.
While using the dial in proto file for the telemetry streaming
https://github.com/cisco/bigmuddy-network-telemetry-proto/blob/master/proto_archive/mdt_grpc_dialin/mdt_grpc_dialin.proto
we are getting error
"{"cisco-grpc:errors":{"error":[{"error-type":"protocol","error-severity":"error","error-message":"metadata credentials not present"}]}}"
In there any authentication proto file that needed to be used before making a CreateSubs stream call.
We are developing java based gRPC client to stream telemetry data.
While using the dial in proto file for the telemetry streaming
https://github.com/cisco/bigmuddy-network-telemetry-proto/blob/master/proto_archive/mdt_grpc_dialin/mdt_grpc_dialin.proto
we are getting error
"{"cisco-grpc:errors":{"error":[{"error-type":"protocol","error-severity":"error","error-message":"metadata credentials not present"}]}}"
In there any authentication proto file that needed to be used before making a CreateSubs stream call.