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

* Important security patches of golang dependencies * Upgrading golang to 1.19 * Changing deprecated Dockerfile `MAINTAINER` field to `LABEL MAINTAINER` ## Before Dependency Updates Run December 18, 2022 at...

In our code, we use `os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"` Because of this, float arrays sent with `grpcurl` are converted into double, i could be wrong on this. In any case, adding...

Hope to be allowed (error getting request data)

Version: `grpcurl v1.8.7` I saw that issue for something like this has released already (around 3 years ago) but it appears something is wrong. Can someone confirm if I'm doing...

Updating README to add information about the usage of headers/metadata in the rpc request.

One of the things I find makes ordinary cURL easy to work with is that it allows tacking arguments onto the end of the command line, which in practice tends...

Use-case: Checking if server's compression is working. Currently with the very verbose (-vv) output, I can see the estimated data size of the response: ![image](https://user-images.githubusercontent.com/45266477/198841929-7d9be573-c4a2-4a96-926a-4a6fca8702df.png) However, that is the message...

We have implemented proto messages that uses envoy validate.proto to validate fields within messages. The application consuming the proto is implemented using spring boot and works fine correctly. The grpcurl...

Perhaps to satisfy some use cases like error handling conventions in #238, could file globs be supported? Assuming someone doesn't have file naming it would be a lot easier to...