Cool 🙂
Another thing I wanted to ask in one of the ktor talks was about gRPC support in Ktor. I couldn't find any examples on how to configure the Netty engine to use gRPC, but looking at the code I also think that's unfortunately not possible, am I right?
I was hacking around and I could implement a gRPC engine, but for sure with my simple implementation I wouldn't be able to to use any feature of ktor.
Do the core committers have anything to say about gRPC+ktor? Draft implementation maybe?