kroto-plus icon indicating copy to clipboard operation
kroto-plus copied to clipboard

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc

Results 33 kroto-plus issues
Sort by recently updated
recently updated
newest added

Several cases have come up where users have wanted to be able to destructure message with the familiar kotlin syntax. Although this is highly requested it doesn’t come for free....

When I run gradle, it generates output files for the proto-files. These are put into `$projectDir/src/$sourceSet/java/my/org/models/a.kt` (or a.java). This works for the sourceSet `main`, but not for other sourceSets like...

Hello, In bidirectional streaming How I can check client connection status? I am developing multiplayer online game with your library and I want to know when one player disconnect and...

How come the abstract `NameImplBase` class generates open functions rather than abstract functions? I think it would be nice to get a compile time error if a method has not...

Details to come https://github.com/Kotlin/kotlinx.serialization https://github.com/Kotlin/kotlinx.serialization/issues/34 --- This change is [](https://reviewable.io/reviews/marcoferrer/kroto-plus/13)

wip

Hello Can you provide an example of how to subscribe to a server stream please? In my case, the server sends messages to the stream every second, but when I...

Object named `CoroutineGrpc` is generated only when `ascipb` format is used. In both `json` and `yml` formats it's not present. Example project: https://github.com/alexeysoshin/KotlinGrpcKroto My guess is that it has something...

bug
config

Currently server implementations use server handler builder to process incoming calls using the existing stream observer api. This requires a lot of adapter code just to map coroutine behavior to...

enhancement
grpc-coroutines

gRPC java is heavily instrumented with [PerfMark](https://github.com/perfmark/perfmark). It would be useful to integrate specific sections of the coroutines API internals. There might be some difficulties involved since perf mark relies...

I use maven and faced with a problem when had used your plugin. Short log of problem is `[ERROR] PROTOC FAILED: some/path//SomeClass.java: Tried to insert into file that doesn't exist.`...