I'm starting a new gRPC project that needs to be production ready early next year. We've been discussing about moving over to Project Loom when it stabilizes. As most of the work is around infra, rewriting code is not a huge risk in case Loom and the ecosystem is not in good enough shape.
Anyway, I noticed that Helidon Nima supports gRPC which we use for server-to-server communication. I could not find a single example anywhere for how to wire it up to a working example. Does anyone have any pointers?