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

The Kotlin implementation of Connect: Protobuf RPC that works.

Results 18 connect-kotlin issues
Sort by recently updated
recently updated
newest added

Are there any plans to make Connect a KMP friendly library? Personally interested in JVM, Android and iOS targets.

When testing code that has a dependency on one of the API clients/endpoints that `connect-kotlin` generates, consumers have to rely on mocking frameworks to stub out the generated calls and...

Bumps the kotlin group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-scripting-jsr223](https://github.com/JetBrains/kotlin) | `1.9.24` |...

dependencies
java

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

Bumps the kotlin group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-scripting-jsr223](https://github.com/JetBrains/kotlin) | `1.9.24` |...

dependencies
java

Here's a conformance failure that demonstrates the issue: https://github.com/connectrpc/connect-kotlin/actions/runs/10888115561/job/30211872724

I see this occurring sporadically in my logs. ``` Mar 18, 2025 5:17:52 PM okhttp3.internal.platform.Platform log WARNING: A connection to https://connectrpc.example.com/ was leaked. Did you forget to close a response...

**Description** When using the `buf.build/connectrpc/kotlin` plugin, if a service and a nested message inside a response share the same name (e.g., `MytestService` and `ListMytestsResponse.Mytest`), the generated `ServiceClient` and `ServiceClientInterface` incorrectly...