-
### What version of gRPC and what language are you using?
1.24.3
### What operating system (Linux, Windows,...) and version?
Linux - Ubuntu 14.04 (GCE instance)
### What runtime / compiler are…
-
**The context**
What do you wish to achieve?
use `reflection API` debug grpc-server
**The bug**
I checked `grpc.server.reflection-service-enabled`config is`true` also `@Bean @GrpcService …
-
### Description of the bug:
I'm trying to add regression testing for generating coverage reports for Rust in RBE environments on https://github.com/bazelbuild/rules_rust/pull/2005 and I run into the…
-
I am connecting to the FLOW blockchain nodes through over GRPC, using the Flow SDK on Java, the server needs a basicAuth to be send while creating the client.
Flow.newAccessApi doesnt support any…
-
Hello,
When using `LoggingService` with a gRPC service, an escaped content is logged when non-ASCII string is included in its message:
```
content=CompletableRpcResponse{foo {
id: "J9CfU0LU"…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4093#0191abc3-d4cb-40d4-91ac-5d7e907b960f
Platform: Multiple
Logs:
```
bazel --nosystem_rc --nohome_rc info
WARNING: Op…
-
We can set up the PING interval so that clients and servers keep sending PINGs to keep the connection.
https://github.com/line/armeria/blob/master/core/src/main/java/com/linecorp/armeria/client/Clien…
-
**The context**
We want to have one `@GrpcAdvice` for one grpc endpoint.
**The question**
Is it possible to have one `@GrpcAdvice` for one class that extends a grpc service `public class GrpcBonu…
-
gradle:
```
plugins {
id "org.jetbrains.kotlin.jvm" version "1.3.72"
id "org.jetbrains.kotlin.plugin.spring" version "1.3.72"
...
id 'com.google.protobuf' version '0.8.13'
}
pr…
Bleoo updated
3 years ago
-
On a M3 macbook with OS version 14.4 the build fails because `protoc-gen-grpc` is not recognized.
Error message: `protoc-gen-grpc-java-osx-aarch_64.exe bad CPU type in executable)`.
_Note that `exe`…