-
A `CoroutineContextClientInterceptor` would help out in e.g. setting specific Metadata while using the Coroutine Context. With the ongoing discussion whether or not Metadata should be allowed to be se…
-
Is there a reason for it? My build seems to work fine without it and that seems to be the only artifact that's being published anyways.
-
Great to see an official Kotlin gRPC library!
I wonder if support for Kotlin native is planned?
Thanks!
-
The Google Search Console is reporting a warning for https://grpc.io/docs/quickstart/kotlin/ (which gets redirected to https://grpc.io/docs/languages/kotlin/quickstart/) because the following rule mat…
-
Not an expert in Dash nor java/gradle.
I am doing this
```
./gradlew kuksa-sdk:dependencies --configuration releaseCompileClasspath | ggrep -Poh "(?
-
Hello, we have an app, that implements a widget that gets data using a GRPC stream on an update. However we have many instances where the widget fails to update where we are receiving:
```…
-
I am getting compilation error after upgrading grpc version from `1.39.0` to `1.40.1`
looks like they added `io.grpc.stub.annotations.GrpcGenerated` which is missing in `grpc-kotlin` which depends…
-
The call to zipper in https://github.com/grpc/grpc-kotlin/blob/5a7bbdb87054cb39bfc11334b571fe9b6ba938f0/kt_jvm_grpc.bzl#L28 is not correctly quoted. You can see the error below.
```
SUBCOMMAND:…
-
hey guys, I am trying to use gralde generateProtol to generate grpc kotlin code in intellij and it has been unsuccessful. the error message as below:
> > Caching disabled for task ':generateProto…
-
Would the grpc-kotlin project be open to considering Kotlin serialization as an alternative fully supported wire format, in addition to protobuf? Grpc, in general, has an affinity for protobuf seriali…