-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support grpc-kotlin #24505
Comments
Hi ... If I could write something like
it would be really nice. |
Hi everyone, here is an example, how it looks like when you do GRPC with Kotlin in Spring Boot. It would be awesome if we could get the same experience in Quarkus with Kotlin and Coroutines (as I really don't want to use Spring Boot :D ). Maybe it would be an idea to have seperate quarkus-grpc-kotlin extension? the proto file:
My service with coroutines
|
Hi Guys, what's the current status for having Quarkus support for coroutine's gRPC stubs? |
I actually started poking at it this week but set it aside when I realized it'd take a chuck of time. I'm trying to clean up some longer standing bugs before deep diving in to something else. |
Coroutine support for GRPC would be a really nice feature. |
I would say it's a must have 😁 |
Completely agree that it is a must have. But I would already be happy with a generally deeper integrated Kotlin support for grpc not using the java code generation as intermediate. |
Also thinking of using gRPC with my project, but I'm not sure if I should use it as it is now, only to replace it later when it's done. @evanchooly , any idea on a time range, depending on your workload? Weeks? Months? Not looking for a formal commitment or anything, just need to know if I can realistically wait for this or I should just start with what is present in Quarkus right now. |
I don't know if its exactly what you're all looking for, but I found this video of a solution to get Kotlin Coroutines and gRPC with Quarkus: https://www.youtube.com/watch?v=CXapiybZIJk&ab_channel=arconsis |
+1 |
👍🏼 |
Duplicate of #39127, and same status. We didn't have the bandwidth to implement this. Contributions are welcome. |
Description
quarkus-grpc
support java andmutiny
Can support
grpc-kotlin
for Kotlin Coroutines ?link: https://github.com/grpc/grpc-kotlin
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: