ahmetb / cloud-run-faq

Unofficial FAQ and everything you've been wondering about Google Cloud Run.
https://cloud.run
Creative Commons Attribution 4.0 International
2.32k stars 124 forks source link

Cloud Run can handle gRPC request as well as HTTP request #169

Open supermarine1377 opened 2 years ago

supermarine1377 commented 2 years ago

In master branch, README.md says "Cloud Run can only receive HTTP requests or Pub/Sub push events", but it can also handle gRPC request.

https://cloud.google.com/run/docs/triggering/grpc

So this line might need some modifications.