-
My sample grpc application uses host+port as a client id. However, grpcurl seems to make calls from a random port each time. I don't seem to find any flag in `grpcurl -help` that would allow to connec…
-
grpcurl retries forever even after server sends GOAWAY frame
I tried something like this:
```
gcurl -plaintext localhost:50051 describe
```
from server with `GODEBUG="http2debug=2"`:
```
20…
-
I am able to use grpcurl with ServerReflection but not grpc_cli
# grpcurl
this works:
```bash
grpcurl -H "Authorization: Bearer `cat token.tok`" -insecure 192.168.0.5:443 list
grpcurl -H "Au…
-
dubbo新手,当我启动了一个helloworld服务,使用grpcurl调用的时候,发现无法反射
grpc.health.v1.Health
grpc.reflection.v1alpha.ServerReflection两个服务,请问这个是什么情况啊?
![image](https://user-images.githubusercontent.com/24789121/22204649…
-
I check the UNIX return code ($?) after executing grpcurl. It returns 0 for Success, as expected. Non-zero return codes, however, are garbled by what appears to be an extraneous bit.
For example,…
-
Hi, I know that it's probably a stretch since it's likely covered by a bunch of tests, but I tried everything and I can't get it to work. So I'm playing with connecting gRPC to ASGI using hypercorn, a…
-
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 `from scratch` (related issue: https:…
-
Hi Mario,
I am not sure, if this belongs to [the previous issue](https://github.com/majusko/grpc-jwt-spring-boot-starter/issues/71). If so, we can also handle it there.
With a single grpc-servic…
-
**Describe the bug**
When ingesting OpenTelemetry metrics into Data Prepper, certain fields from the OTel data model are not supported yet.
When trying to ingest them (e.g. via grpcurl) I get an…
-
#### What happened:
As shown for HTTP middleware the `selector` middleware works, but not the case with grpc
https://github.com/go-kratos/beer-shop/blob/a29eae57a9baeae9969e9a7d418ff677cf494a21/…