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

Especially, this improves performance when the current dispatcher is `Dispatchers.Main`.

Hi, i am grpc-kotlin user. current, A StatusException whether it is a StatusException or a StatusRuntimeException. I think exception is StatusRuntimeException when StatusRuntimeException occurred. if this intended, you can close...

Hi, We currently have a very strange issue in a microservice with grpc-kotlin. Issue description: * after several days of running without issues some grpc endpoints of the service start...

Great to see an official Kotlin gRPC library! I wonder if support for Kotlin native is planned? Thanks!

i.e. publish and document such that `http_archive` can be used in `WORKSPACE` instead of referencing the git repo

Looking at the interceptor API, it seems the only way to perform async non-blocking IO work is something along the lines of https://stackoverflow.com/questions/53651024/grpc-java-async-call-in-serverinterceptor Is it possible to provide a more...

I was using GRPC with a whole bunch of custom kotlin wrappers, then I discovered your nice code generator and switched. I must confess I didnt do a lot of...

I wrote it in build.gradle. Android Studio displayed an error. ![image](https://user-images.githubusercontent.com/47852441/161209945-d43e3e7d-9dba-4e59-a617-b3bf915504dc.png)

Hello, I made a gRPC service, and I'm trying to do my client retry the call when an especific error is throw, but the implementation in the service with courotines...

Hello, We've been encountering issues with connections getting closed. Eric Anderson recommended adjusting keep-alive settings on the server and client ([here](https://gitter.im/grpc/grpc?at=622f8603f43b6d783fff8ad2)). However, when I went to configure these settings, I...