Skip to content
Advertisement

Tag: grpc

gRPC: Unknown JSON as input and output

I’m new to gRPC, I’m trying to expose gRPC server in which and rpc does not have known shape before hand. Requirement is that particular field can have any value present in it. Ex: file.proto When i went through the docs there is no way we can create gRPC server without knowing the fields before hand. For this struct to

Advertisement