You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ~/go/bin/grpc-dump -port 8980 -destination localhost:50052 -proto_roots proto
...
Run the sample client twice:
$ go run ./client --addr localhost:8980
2020/04/01 00:10:48 Greeting: Hello world
$ go run ./client --addr localhost:8980
2020/04/01 00:10:50 Quota failure: violations:<subject:"name:world" description:"Limit one greeting per person" >
exit status 1
This can be demonstrated with the grpc-go sample code.
There are no error details:
I think, It would be better to add a raw grpc-status-details-bin trailer to the output, at least for replay and debugging.
The text was updated successfully, but these errors were encountered: