grpcurl
grpcurl copied to clipboard
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
Current behavior: `grpcurl` incorrectly states `Response headers received: (empty)` despite response headers being present in case there is an unexpected status code (like 401). Expected behavior: `grpcurl` shows headers even...
Just letting you know, version 1.8.9 gives us this error: ``` Failed to resolve symbol "": proto: invalid syntax: "" ``` Downgrading to 1.8.5 fixes the error. I'm not sure...
Version used : * github.com/fullstorydev/grpcurl 1.8.9 * google.golang.org/grpc 1.59.0 I am using grpcurl as a library and I discover that the call to OnReceiveResponse of the EventHandler is not called...
When I execute a `grpcurl` command to execute a call, and I provide multiple proto files that each import the same `common.proto`, then I get the error : ``` Failed...
Please support send request to a grpc-web powered grpc servers, just like https://grpc.stability.com
hi, I'm trying to use gRPCurl in some automated API test suite, and I'm not sure what the best way to test response-streaming RPC methods. I would like to call...
Hi All, I am using grpcurl to get list of images from containerd as follows: grpcurl -plaintext -proto images.proto -unix /run/containerd/containerd.sock containerd.services.images.v1.Images/List but getting following error: ERROR: Code: FailedPrecondition Message:...
It's been a while after Go 1.18 #300, also with release of Go 1.20 and new CVE fixes, would be nice to have a ticket tracking release for GO v1.20.*...
The encoding and decoding for protobuf field masks via gRPCurl is incorrect. The [protobuf reference](https://protobuf.dev/reference/protobuf/google.protobuf/#json-encoding-field-masks) defines a comma separate list of strings for field masks, whereas gRPCurl just maps between...
We need RPM for rhel and centos. I saw https://pkgs.org/download/grpcurl but it does not have RPMs for rhel and centos. Can you please share how can we get RPM for...