grpcurl
grpcurl copied to clipboard
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
## Background & Problem I'm working on a java grpc service that have a field of type `google.protobuf.DescriptorProto` from [descriptor.proto](https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/descriptor.proto) in the response message. When running `grpcurl`, I'm hit with...
The latest released version of grpcurl still has golang 1.21. Can a new released version be cut that uses golang 1.23?
Hello! How can I output the ip address to which the connection is going on?
When executing grpcurl command and using "-vv" command I notice this output: Response trailers received: (empty) Sent 1 request and received 1 response Timing Data: 1.336617959s Dial: 663.003042ms TLS Setup:...
### ❌ Incorrect If you run this: ```shell grpcurl -d '{"name": "Go"}' -plaintext localhost:50051 helloworld.Greeter.SayHello ``` You will get the result: ```shell Too many arguments. Try 'grpcurl -help' for more...