grpc-kotlin
grpc-kotlin copied to clipboard
Kotlin gRPC implementation. HTTP/2 based RPC
Bumps com.google.protobuf:protobuf-kotlin from 3.25.3 to 4.27.1. [](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...
Bumps [org.gradle:gradle-tooling-api](https://github.com/gradle/gradle) from 8.6 to 8.8. Release notes Sourced from org.gradle:gradle-tooling-api's releases. 8.8 The Gradle team is excited to announce Gradle 8.8. Read the Release Notes We would like to...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-jre to 33.2.1-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...
Is there any option to add custom annotation to a generated kotlin class from proto? Like for example adding a comment before a field or a class to use a...
hi, would like to ask if an upgraded tls version is supported. the grpc endpoint is currently using tls 1.3 upon inspecting with openssl command. `openssl s_client -connect grpc.friday.fastek.ph:9090` this...
GRPC create HttpServer: public final class OkHttpServerProvider extends ServerProvider { @Override protected NewServerBuilderResult newServerBuilderForPort(int port, ServerCredentials creds) { return NewServerBuilderResult.serverBuilder( ... //todo defaults to using an ipv6 address new OkHttpServerBuilder(new...
Bumps commons-io:commons-io from 2.15.1 to 2.16.1. [](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...
This PR introduces a change to how client coroutine stubs are generated. It makes the generated code capture call site coroutine context into a call option. This is a first...
When using a blocking stub to frame a grpc message, I am observing that my GRPC call parks the calling thread indefinitely. I always see a logged exception detailing why...
fixes the constructor deprecation warning of `java.net.URL` that first appeared in java 20 by replacing it with `java.net.URI.toURL()` closes #626