grpc-errors
grpc-errors copied to clipboard
A handy guide to gRPC errors
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211116231205-47ca1ff31462 to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Specifically, I'm looking for how to properly close a streaming RPC with an error code/status in a Node server. See https://github.com/grpc/grpc-node/issues/287
I am trying to extract the "details" portion of a gRPC error using Python as the client language. The core protobuf definition that I am basing the behavior on is...
Given the update here: https://grpc.io/blog/grpc-csharp-future/ with gRPC.Core being phased out. Is there any chance the c# sample could be updated to the new gRPC-Dotnet? I believe it is mostly just...
For Java, something like https://github.com/grpc/grpc-java/issues/1552#issuecomment-219476882 . For Kotlin, it currently has to be different: https://github.com/grpc/grpc-kotlin/issues/141#issuecomment-696443611 . It would also be great to mention these in the gRPC error docs: https://grpc.io/docs/guides/error/...
Kotlin gRPC exposes a different server endpoint API from Java. It would be useful to have an example of throwing a StatusException, if that's what the Kotlin generated code expects...
Hi Thank you for your nice lib! Can you please also provide an example in Java?
Theses examples are great! I wish that the grpc project would fold them into the standard language quick start or tutorials. I see that the examples seem to focus on...