Any idea if this works with quarkus-grpc? I'd guess not
Mark Allanson
04/30/2021, 1:03 PM
Thanks for the pointer though!
d
Dariusz Kuc
04/30/2021, 2:07 PM
I'd assume you should be able to generate DSL style builders and use it with anything as underlying libs generally still depend on protoc java compiler (e.g. we use
kroto+
DSL with
grpc-kotlin
)
m
Mark Allanson
04/30/2021, 2:34 PM
Yeah I was investigating that right now - if I can wire in the kroto+ message builders
m
Marc Plano-Lesay
04/30/2021, 10:28 PM
There are words of open-sourcing an "official" Google supported Kotlin proto generators (see on the gRPC-Kotlin issue tracker), but nothing there yet afaik