Where is the source code for kotlinx-rpc-grpc? I want to use it as an example of implementing a new transport protocol. I'm considering implementing a new transport on top of #C01GU4B84G5 because gRPC does not support streaming and kRPC does not handle session failure.
a
Alexander Sysoev
04/04/2025, 8:02 AM
Hi! Code is in the
grpc
branch of the repository. Please be advised to use gradle
kotlinx.rpc.useProxyRepositories=false
property for local development
Alexander Sysoev
04/04/2025, 8:02 AM
There is no good option for additional code gen it is is required now, you may see how grpc handles it on compiler plugin level