https://kotlinlang.org logo
#ktor
Title
j

Jonathan

10/30/2018, 8:57 AM
Hi there. Is there a simple way to use grpc with ktor?
g

gildor

10/30/2018, 8:59 AM
Isn’t grpc provides own server implementation?
j

Jonathan

10/30/2018, 9:00 AM
yes
g

gildor

10/30/2018, 9:00 AM
So what kind integration do you need?
j

Jonathan

10/30/2018, 9:00 AM
no, you're right, I should use plain grpc service if I want GRPC. I was a bit silly to want to use Ktor with GRPC.
Thanks
g

gildor

10/30/2018, 9:02 AM
😄
On your place I would look into Kotlin Grpc integrations, there a couple projects
would be good to see combined effort of different teams to provide real first-class support of Kotlin code generation for Grps
with coroutines (!), data classes, nullability support etc
👍 2
j

Jonathan

10/30/2018, 9:04 AM
Yes. I'll have a look.
j

jdemeulenaere

10/31/2018, 5:30 PM
Generatings Multiplatform Kotlin gRPC/Protobuf code would be awesome 🙂
43 Views