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

Bumps com.google.protobuf:protobuf-kotlin-lite from 3.25.3 to 4.26.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-kotlin-lite&package-manager=gradle&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protoc&package-manager=gradle&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protoc&package-manager=gradle&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Goal to create global exception handler to process all uncaught exceptions. Consider modification of `examples/helloworld` : ``` package io.grpc.examples.helloworld import io.grpc.Metadata import io.grpc.Server import io.grpc.ServerBuilder import io.grpc.ServerCall import io.grpc.kotlin.CoroutineContextServerInterceptor import...

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.

Currently (protoc-gen-grpc-kotlin:1.4.1) all generated stub methods get a generic kDoc comment on them. Something like: `Executes this RPC and returns the response message [...]` With protoc-gen-grpc-java the original comments from...

你好,你能帮我解决下面的问题吗,编译生成的代码文件Unresolved reference: HelloRequest。这只是其中一个错误,其他的message 也找不到。 下面是protobuf 配置 ``` protobuf { protoc { artifact = "com.google.protobuf:protoc:$protobufVersion" } plugins { create("grpc") { artifact = "io.grpc:protoc-gen-grpc-java:$grpcVersion" } create("grpckt") { artifact = "io.grpc:protoc-gen-grpc-kotlin:${grpcKotlinVersion}:jdk8@jar" } }...

A common use case we run into is producing the Kotlin proto library for a proto file A that depends on one or more proto files B. In such a...

When using the Bazel zipper to generate the source jar, the entire path starting from bazel-out is sent to the ijar tool, which becomes the paths to the source files...