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

Kotlin gRPC implementation. HTTP/2 based RPC

Results 125 grpc-kotlin issues
Sort by recently updated
recently updated
newest added
trafficstars

I was trying to locally build grpc-kotlin because v1.4.2 didn't release yet on maven central repository but i wanted to test it. while I did, I have noticed that gradle...

I am unsure how to do that in this plugin, in grpc-java it was done in [this commit](https://github.com/grpc/grpc-java/commit/5322414505c61dfcdf538f38dfe467df9dab3739) This is the error with 1.4.1: XXX: is an editions file, but...

Caused by: org.gradle.api.internal.artifacts.ivyservice.resolveengine.graph.conflicts.VersionConflictException: Conflicts found for the following modules: - org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm between versions 1.8.1 and 1.8.0

It seems the [v1.4.3](https://github.com/grpc/grpc-kotlin/releases/tag/v1.4.3) tag was created, 1.4.3 is in Maven Central but there is no GH release, the latest there is [1.4.2](https://github.com/grpc/grpc-kotlin/releases/tag/v1.4.2) which is missing from Maven Central.

This CL implements https://github.com/grpc/grpc-kotlin/issues/641: 1. Upgrades Kotlin version to >= 2.1.0 (rules_kotlin latest version). 1. Upgrades C++14 to 17. 1. Upgrades Java 8 to 17. 1. Upgrades to Bzlmod. 1....

Hello, I have recently started using kotlin stubs with the new [Spring GRPC](https://github.com/spring-projects/spring-grpc) library and ran into this issue https://github.com/spring-projects/spring-grpc/issues/164. After registering a GRPC exception handler, my exception is swallowed...

Not sure what versioning strategy does the project follows (seemingly semver?) but it seems a recent patch release upgraded _minor_ versions (see [`1.4.2`](https://github.com/grpc/grpc-kotlin/releases/tag/v1.4.2)). This means that if someone wants to...

Hi As you know, https://registry.bazel.build/ is a game changer to Bazel projects and Kotlin 2 is quite a major release. I have been waiting for some time, so let's upgrade....

Right now, it is challenging to reach the service descriptor from the stub in a generic way, and the stub is the main class that is used in the client...

I am struggling to get the next project structure in Gradle with Kotlin. - `protos`: Only contains the proto files, it is a java library without any codegen. - `models`:...