grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Kotlin gRPC implementation. HTTP/2 based RPC

Results 112 grpc-kotlin issues
Sort by recently updated
recently updated
newest added

I've a bidi use case where more requests may be generated after receiving response from the server. In order to achieve this, I use a `Channel` that can be used...

Using this in Maven projects with JDK9+ doesn't work. So maybe the stub should depend on `javax.annotation:javax.annotation-api` ? ``` cannot find symbol [ERROR] symbol: class Generated [ERROR] location: package javax.annotation...

It'd be helpful to have an example for client-side only for those wanting to talk to an already existing server somewhere.

documentation
enhancement
examples

I'm using gRPC Kotlin in an Android application and I wanted to try the new Dagger Hilt integration. When compiling an android project with dependency on gRPC Kotlin v0.1.5 and...

We are attempting at using a prerelease in our project since we need #66 to implement proper opentracing with grpc and coroutines. Unfortunately, the latest master's gradle build fails with...

bug

How to use it with maven? Could you please add maven configuration example?

To ensure https://github.com/grpc/grpc-kotlin/issues/134 does not happen again, we should add tests for java/kotlin helloworld interopability.

enhancement
examples

Once we ship the stub-lite with the correct deps, we should document how to use it which does kinda hint at putting `build.gradle`, `build.gradle.kts`, and `pom.xml` snippets on the grpc.io...

This is my personal opinion, I feel if the Client stub & server ImplBase are organized in this way: ``` interface Greeter { suspend fun sayHello(request: HelloRequest): HelloReply } class...

Cf. https://github.com/grpc/grpc-java/blob/master/RELEASING.md