Hi there,
I'm trying to figure out whether it will be possible to have a gRPC server running on Cloud Run (fully managed).
Ideally I'd like to use Endpoints for auth and quota management, as well as to help support both HTTP/JSON clients, as well as gRPC clients.
If it is possible, I would really appreciate if someone could suggest what the "hello world" version of this configuration would look like.
Thanks in advance
Dan