grpcurl icon indicating copy to clipboard operation
grpcurl copied to clipboard

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

Results 125 grpcurl issues
Sort by recently updated
recently updated
newest added
trafficstars

If a given system uses the newly support HTTP/3 channel configuration then gRPCurl's current TCP only implementation can not provide any usefulness. The solution is for gRPCurl's gRPC functionality to...

Hello! I'm trying out grpcurl to test a grpc endpoint. I'm having a hard time doing so cause grcpurl does not support passing a input file. Please add a way...

I have a proto set with 3 gRPC services (and some external dependencies) that compiles appropriately on the protobuf side, compiles and runs in go, and clients work when interacting...

When making a request to a gRPC method returning a message that contains an integer, the JSON structure printed to stdout wraps these numbers in double quoues. E.g.: ```bash >...

I struggled to form the json payload for a gRPC service that used google's well-known [timestamp](https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/timestamp.proto) defintion. I assumed the json for it would be: ```json { "field_name": { "seconds":...

Hello, Thank you for making such a wonderful tool. One of my use cases is to write out a json file using grpcurl as an init container on k8s. Since...

Go before 1.17 has a high rated CVE. Can we please get grpcurl updated to run on Go 1.17? https://nvd.nist.gov/vuln/detail/CVE-2021-29923

Right now, it's hard to add the grpcurl docker image to a kubernetes cluster to be able to debug other services. If, instead of building just one image that uses...

Recent versions of `curl` are able to send requests to abstract unix sockets `curl --abstract-unix-socket egress.sock ...`. This is very useful for talking to Envoys that are configured to use...