Hi everyone! Do you recommend using Ktor with gRPC...
# grpc
j
Hi everyone! Do you recommend using Ktor with gRPC?
w
I have a ktor server which makes gRPC client calls and it works really well. Having support for coroutines on both ends makes it a really pleasant experience. What kind of use-case do you have in mind?
j
I have in mind, use it how server and client! My concern if there is a problem
By the way, do you have any example projects?
w
No, I don't have any samples. What I'm working on is not open source and I didn't use any samples when I was creating it. I just create the ktor server in the usual way and create the grpc client in the usual way and everthing works together seamlessly. I doubt that adding a gRPC server to that would cause problems.
j
I got it, @Wesley Hartford! Thank you very for sharing
I will do some examples about it
w
Awesome, I'm sure the community would benefit if you shared your experience.
j
in debt with some examples of Ktor with Kafka and SQS, for example! It’s time to put it into practice
i
I need samples too. 🥹
j
Hey @Imany, I managed to learn something about it, I can create an example project and share it with you, what do you think?